[email protected]
langchain
Release Notes
Minor Changes
#11062
3ebd10aThanks @christian-bromann! - feat(langchain): surface tool-dispatched subagents onrun.subagentsAdd a native subagent stream transformer to
createAgentso v3 runs expose named nested agents (createAgent({ name })invoked from tools) as typedSubagentRunStreamhandles withname,cause, scopedmessages/toolCalls, andoutput. Refactors agent stream transformers intoagents/transformers/and exports only the public stream types from the package entry.