Multi-Agent Orchestration

Orchestrators, sub-agents, crews, delegation, and handoffs — the vocabulary of systems where agents work together.

Key vocabulary

  • Orchestrator agent — the coordinator that decomposes tasks and delegates to sub-agents.
  • Sub-agent — a specialised agent that receives a delegated sub-task and returns results.
  • Crew — a named group of agents with defined roles working toward a shared goal.
  • Handoff — transferring control from one agent to another, with context.
  • Agent-to-agent protocol — the defined format for how agents pass tasks and results.
0 / 5 completed
1 / 5
In a multi-agent system, the orchestrator agent is responsible for: