Ask a question to get started
Enter to sendā¢Shift+Enter new line
SubagentRunStream( self, mux: StreamMux, *, path: tuple[str, ...]
SubgraphRunStream
Subagent name (the nested run's lc_agent_name).
lc_agent_name
Causation edge ā the tool call that triggered this subagent.
Returns the LifecycleCause recovered by the base transformer (a {"type": "toolCall", "tool_call_id": ...} dict) when the originating tool call could be joined, else None.
LifecycleCause
{"type": "toolCall", "tool_call_id": ...}
None
Typed sync handle for a nested named-agent execution.
Surfaces on run.subagents when a nested run's lc_agent_name differs from its parent's (i.e., a create_agent(name=...) dispatched from a tool).
run.subagents
create_agent(name=...)