Expand description
Multi-agent coordinator.
Routes tasks to specialized agents based on the task type. The coordinator acts as an orchestrator, spawning agents with appropriate configurations and aggregating their results.
§Agent types
general-purpose: default agent with full tool accessexplore: fast read-only agent for codebase explorationplan: planning agent restricted to analysis tools
Agents are defined as configurations that customize the tool set, system prompt, and permission mode.
Structs§
- Agent
Definition - Definition of a specialized agent type.
- Agent
Registry - Registry of available agent types.