File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # deepagents
2+
3+ ## 1.0.0
4+
5+ ### Major Changes
6+
7+ - bd0d712: Bring deepagentsjs up to date with latest 1.0.0 versions of LangChain and LangGraph. Add pluggable backends as well.
8+
9+ DeepagentsJS now relies on middleware intead of built in tools.
10+ createDeepAgent's signature has been brought in line with createAgent's signature from LangChain 1.0.
11+
12+ createDeepAgent now accepts a ` backend ` field in which users can specify custom backends for the deep agent filesystem.
Original file line number Diff line number Diff line change 11{
22 "name" : " deepagents" ,
3- "version" : " 1.0.0-beta.3 " ,
3+ "version" : " 1.0.0" ,
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