GOCLAWAGENT EVALUATION
GoClaw 首页

19. Multi-Agent Evaluation

高级方法论 · 3~4 小时

学习目标

  1. 识别多 Agent 带来的新故障模式
  2. 评估分工、通信、委派与整体结果
  3. 避免只评每个子 Agent 的局部得分

前置知识

本章产物: 为一个 Planner/Researcher/Executor 系统设计多 Agent Eval。

19.1 多 Agent 不是 N 个单 Agent 分数相加

整体失败可能来自:

因此必须评:

Team Outcome
+
Coordination
+
Subtask Quality

19.2 Delegation Quality

检查:

19.3 Communication

多 Agent Trace 应保留:

sender
receiver
message type
task id
artifact refs
timestamps

否则无法判断错误在哪一跳出现。

19.4 Redundant Work

两个 Subagent 都做完全相同搜索,可能提高鲁棒性,也可能是浪费。

是否冗余要结合设计意图评。

19.5 Credit Assignment

团队失败时,不要简单给所有 Agent 0 分。

可以区分:

planner failure
delegate failure
tool failure
aggregation failure

这对迭代很重要。

19.6 Team Reliability

多 Agent 链路越长,局部不可靠可能累积。

所以要评:

19.7 验收问题


本章依据

  1. Evaluation and Benchmarking of LLM Agents: A Survey — Mohammadi et al., 2025
  2. Agent-as-a-Judge: Evaluate Agents with Agents — Zhuge et al., 2024