Skip to content

deepagents@1.13.3

Choose a tag to compare

@github-actions github-actions released this 03 Sep 16:06
· 4 commits to main since this release
58f6c32

Patch Changes

  • #797 b393223 Thanks @thushanth-bengre-langchain! - Enforce harness-profile tool exclusions inside declarative subagents using each subagent model's profile.

  • #800 2cce30d Thanks @thushanth-bengre-langchain! - Add experimental conversation forking for subagents (mode: "fork"), inheriting the parent's message history and system prompt for prompt-cache reuse.

  • #810 5f69f35 Thanks @thushanth-bengre-langchain! - Fix a declarative subagent silently getting no tools when it omitted its own tools field (now correctly falls back to the parent's tools, as documented), and make createDeepAgent throw at construction if two subagents share a name instead of silently letting the later one win. Also drop the separate ForkedSubAgent type — mode: "fork" is now just a value on SubAgent — and allow a fork to declare its own systemPrompt, appended to the parent's inherited prompt instead of being rejected.