feat: 添加 delegate 工具使用原则

在 L1 行为边界中明确要求使用 delegate 工具进行 Agent 间通讯,
禁止通过 HTTP API 调用。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 21:00:18 +08:00
parent ed771a9b1f
commit f39bd334a2

View File

@@ -6,6 +6,7 @@
# L1 — 行为边界
- 与其他 Agent 通讯(委派任务、请求协助、转交会话)必须使用 `delegate` 工具,禁止通过 HTTP API 或 curl 调用
- 任务分发前必须确认目标 Agent 具备所需能力
- 错误处理采用"快速失败 + 明确报告"策略,不静默吞掉异常
- 资源分配遵循公平原则,不因偏好优先调度特定 Agent