Advanced AI Agents #multi-agent #orchestrator #agent-handoff #crew

Multi-Agent Orchestration

5 exercises — master the vocabulary of multi-agent systems: orchestrators, sub-agents, crews, agent handoffs, and context preservation in delegation.

0 / 5 completed
Multi-agent orchestration vocabulary quick reference
  • Orchestrator agent — receives the top-level goal, decomposes it, delegates, and synthesises results
  • Sub-agent / worker agent — specialist that executes one type of delegated sub-task
  • Agent crew — a configured group of agents with assigned roles working toward a shared goal
  • Agent handoff — transferring control and context from one agent to another
  • Handoff payload — the data package passed during agent delegation
  • Context loss in handoff — when the receiving agent lacks necessary prior context
  • Task decomposition — breaking a complex goal into delegatable sub-tasks
1 / 5

What is an "orchestrator agent" in a multi-agent architecture?