Multi-Agent Architecture
Coordinator mode, agent swarms, and sub-agent spawning.
Overview
Claude Code supports multi-agent workflows at three levels:
- Sub-Agents โ The AI spawns workers to handle tasks in parallel
- Coordinator Mode โ The AI acts as an orchestrator managing multiple workers
- Agent Swarms โ Teams of agents working together
Sub-Agents (AgentTool)
How It Works