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 typed
SubagentRunStreamhandles withname,cause, scopedmessages/
toolCalls, andoutput. Refactors agent stream transformers into
agents/transformers/and exports only the public stream types from the
package entry.