Skip to content

Commit e1470fc

Browse files
authored
Merge pull request #8 from langchain-ai/palash/change-name-to-deepagents
chore: cut rc build
2 parents 5a3673f + a0d52eb commit e1470fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "deepagentsjs",
3-
"version": "0.0.0",
2+
"name": "deepagents",
3+
"version": "0.0.0-rc",
44
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)