When one AI agent passes a task, a piece of context, or a decision to another agent. A good handoff includes everything the receiving agent needs to continue without asking follow-up questions. A bad handoff loses context, duplicates work, or drops the task entirely.
Most multi-agent failures happen at the handoff. The work inside each agent is usually fine. It is the space between agents that breaks.
OTP encodes coordination intelligence so teams of humans and AI agents can run on it.
Found an issue with this definition? Tell us and we'll fix it.