llm-to-agent/docs/intelligence/planning-multi-agent.md
2026-07-15 17:56:41 +08:00

22 lines
666 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 计划与多 Agent
状态todo
期望阶段P4
## 目标
在单 Agent 已表现出真实瓶颈后,为复杂目标加入计划、步骤和多 Agent 协作。
## 已确定
- 复杂行动目标可拆为可执行步骤并自动依序执行。
- 计划、步骤与子 Agent 都是 Run 之上的行为能力,不应先写死进 MVP。
- Planner、Worker、Reviewer 是候选角色,不构成强制工作流。
- 并行、DAG、自动重规划和模型路由均在确认需要后再引入。
## 待细化
- Plan/Step 的交互编辑与 CLI/TUI 展示。
- 子 Agent 上下文隔离、结果回收和失败处理。
- 协作质量评估与成本控制。