Skip to content

Commit a0d52eb

Browse files
committed
fix: update name to correct npm
1 parent 8e7776c commit a0d52eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Using an LLM to call tools in a loop is the simplest form of an agent. This arch
1212
## Installation
1313

1414
```bash
15-
yarn add deepagentsjs
15+
yarn add deepagents
1616
```
1717

1818
## Usage
@@ -21,7 +21,7 @@ yarn add deepagentsjs
2121

2222
```typescript
2323
import { TavilySearch } from "@langchain/tavily";
24-
import { createDeepAgent } from "deepagentsjs";
24+
import { createDeepAgent } from "deepagents";
2525

2626
// Search tool to use to do research
2727
const internetSearch = new TavilySearch({

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "deepagentsjs",
2+
"name": "deepagents",
33
"version": "0.0.0-rc",
44
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)