A handoff is the mechanism by which one agent transfers control and relevant context to another agent mid-workflow. Unlike delegation, where the original agent retains oversight, a handoff typically means the receiving agent takes full ownership of the task going forward. Handoffs require careful context packaging — summarizing prior steps, passing key state, and specifying what the next agent should do — to avoid information loss at the boundary.