File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2323import { TavilySearch } from " @langchain/tavily" ;
24- import { createDeepAgent } from " deepagentsjs " ;
24+ import { createDeepAgent } from " deepagents " ;
2525
2626// Search tool to use to do research
2727const internetSearch = new TavilySearch ({
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments