Files
nexus/wiki/concepts/Agent-Handoff.md
2026-05-03 05:42:12 +08:00

1.7 KiB
Raw Blame History

title, type, tags, sources, last_updated, aliases
title type tags sources last_updated aliases
Agent Handoff concept
multi-agent
coordination
handoff
nexus
executive-brief
quickstart
workflow-with-memory
2026-05-01
Agent Handoff Protocol
Structured Handoff
Context Continuity

Definition

Agent 交接Agent Handoff—— 多 Agent 工作流中从一个 Agent 交付物传递到下一个 Agent 的结构化上下文传递协议,确保接收 Agent 获得完整的执行上下文,避免冷启动和重复劳动。

Core Problem

交接边界失败率73% —— 当 Agent 缺乏结构化协调协议时,多 Agent 项目在交接边界处的失败率高达 73%,表现为:

  • 上下文丢失(交接时未传递关键决策和中间产物)
  • 重复劳动(下一个 Agent 重复上一个 Agent 已完成的工作)
  • 质量缺口(上一个 Agent 的缺陷传递到下一个 Agent

Structured Handoff Components

一份完整的 Agent 交接应包含:

  1. 交付物清单:明确列出发交给下一 Agent 的所有文件和产出
  2. 上下文摘要:用 3-5 句话总结当前状态和已完成的关键决策
  3. 下一步指令:清楚描述下一 Agent 需要完成的具体任务
  4. 质量证据:提供可验证的质量证明(测试截图/性能数据/设计评审通过记录)
  5. 风险标记:标注已知的限制条件和潜在风险