Expand description
Sub-agent lifecycle management: spawn, cancel, collect, and resume.
Structsยง
- Spawn
Context - Parent-derived state propagated to a spawned sub-agent at spawn time.
- SubAgent
Handle - Handle to a spawned sub-agent task, owned by
SubAgentManager. - SubAgent
Manager - Manages sub-agent lifecycle: definitions, spawning, cancellation, and result collection.
- SubAgent
Status - Live status snapshot of a running sub-agent.