Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.2 KB

File metadata and controls

48 lines (26 loc) · 1.2 KB

deepagents

1.3.1

Patch Changes

  • 27c4211: Fix 'Channel "files" already exists with a different type.' error due to different schema identity

1.3.0

Minor Changes

  • 6b914ba: Add CompiledSubAgent back to createDeepAgent
  • 94b71fb: Allow passing metadata to the resulting ToolMessage when editing or saving a file

1.2.0

Minor Changes

  • 73445c2: Add readRaw method to filesystem backend protocol

Patch Changes

  • c346110: Fix warnings being shown when creating deep agent
  • 3b3e703: fix(store): make sure getNamespace can be overriden

1.1.1

Patch Changes

  • dbdef4c: thread config options to subagents

1.1.0

Minor Changes

  • 39c64e1: Bumping to 1.1.0 because there was an old published version of 1.0.0 which was deprecated

1.0.0

Major Changes

  • 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 backend field in which users can specify custom backends for the deep agent filesystem.