- 27c4211: Fix 'Channel "files" already exists with a different type.' error due to different schema identity
- 6b914ba: Add CompiledSubAgent back to
createDeepAgent - 94b71fb: Allow passing
metadatato the resulting ToolMessage when editing or saving a file
- 73445c2: Add readRaw method to filesystem backend protocol
- c346110: Fix warnings being shown when creating deep agent
- 3b3e703: fix(store): make sure
getNamespacecan be overriden
- dbdef4c: thread config options to subagents
- 39c64e1: Bumping to 1.1.0 because there was an old published version of 1.0.0 which was deprecated
-
bd0d712: Bring deepagentsjs up to date with latest 1.0.0 versions of LangChain and LangGraph. Add pluggable backends as well.
DeepagentsJS now relies on middleware intead of built in tools. createDeepAgent's signature has been brought in line with createAgent's signature from LangChain 1.0.
createDeepAgent now accepts a
backendfield in which users can specify custom backends for the deep agent filesystem.