← Multi-Agent Systems & Orchestration
Agent Handoff
An agent handoff is the controlled transfer of task ownership from one agent to another within a multi-agent pipeline. The transferring agent packages current progress, outstanding objectives, and relevant context into a structured payload that the receiving agent can immediately act on. Handoffs require well-specified interface contracts: if the receiving agent misinterprets the payload, the task can stall or silently degrade without an obvious error signal.