Expand description
Sub-agent spawning and management.
A sub-agent runs a nested AgentLoop with a filtered subset of tools,
its own system prompt, and a max depth guard to prevent infinite nesting.
Structsยง
- SubAgent
Config - Configuration for a sub-agent.
- SubAgent
Manager - Manages named sub-agent configurations and spawns them.