Skip to main content

Module sub_agent

Module sub_agent 

Source
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ยง

SubAgentConfig
Configuration for a sub-agent.
SubAgentManager
Manages named sub-agent configurations and spawns them.