deepagents@1.13.3
Patch Changes
-
#797
b393223Thanks @thushanth-bengre-langchain! - Enforce harness-profile tool exclusions inside declarative subagents using each subagent model's profile. -
#800
2cce30dThanks @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
5f69f35Thanks @thushanth-bengre-langchain! - Fix a declarative subagent silently getting no tools when it omitted its owntoolsfield (now correctly falls back to the parent's tools, as documented), and makecreateDeepAgentthrow at construction if two subagents share a name instead of silently letting the later one win. Also drop the separateForkedSubAgenttype —mode: "fork"is now just a value onSubAgent— and allow a fork to declare its ownsystemPrompt, appended to the parent's inherited prompt instead of being rejected.