Skip to content
Back/Harness Engineering

Single Master Agent Pattern — 单一主 Agent 调度

View in Graph
Updated 2026-04-29
1 min read
93 words

Single Master Agent Pattern — 单一主 Agent 调度

Zara Zhang 于 2026-04-29 观察到,最成熟的 AI 用户并不是同时使用多个 Agent,而是只和一个 Agent 深度对话。

核心模式

单一主 Agent + 子 Agent 调度

  • 用户只与一个主 Agent 对话
  • 主 Agent 根据任务需要调度其他子 Agent 执行
  • 子 Agent 完成后向主 Agent 汇报

优势

  • 减少上下文碎片化
  • 保持任务连续性
  • 降低认知负担

与多 Agent 协作的区别

模式 结构 适用场景
单一主 Agent 星型拓扑 复杂但连贯的长期任务
多 Agent 并行 网状拓扑 独立子任务可并行执行

与 Harness Engineering 的关系

这补充了 Multi-Agent Coordination Patterns:编排的核心可能不是"多 Agent 协作",而是"一个 Agent 掌控全局"。

Sources

Synthesized from 1 source
  • AI 简报 2026-04-29 EveningPrimary source for this page.Whole pagehighbody

Evolution

1 event
  1. absorbed

    Derived from source material

    This page is currently synthesized from 1 source.

    From AI 简报 2026-04-29 EveningTo Single Master Agent Pattern — 单一主 Agent 调度
    Sources: raw/briefing/AI Briefing/2026-04-29-23-37.md

Linked from