Files
myWiki/reviews/ace-router-review-20260619.md

41 lines
2.1 KiB
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.

---
title: "ACE-Router Review"
created: 2026-06-19
type: review
---
# 📌 基本信息
- **论文**ACE-Router: Generalizing History-Aware Routing from MCP Tools to the Agent Web
- **作者**Zhiyuan Yao 等 (ZJU/SJTU/SYSU/NTU/HDU/Huawei)
- **arXiv**2601.08276 (v2, 2026-04-19)
- **领域**cs.AI
- **添加时间**2026-06-19
# 🎯 核心概念
1. **[[ace-router|ACE-Router]]** — 训练专用路由器的三阶段框架
2. **[[history-aware-routing|历史感知路由]]** — 显式使用多轮历史而非静态查询匹配
3. **[[candidate-graph|候选图]]** — 语义相似图 + 自进化变异扩展候选空间627→2005
4. **[[self-evolutionary-mutation|自进化变异]]** — 五种变异算子生成功能相似工具
5. **[[trajectory-synthesis|轨迹合成]]** — 四角色多 Agent 模拟生成 15K 训练样本
6. **[[light-routing-agent|轻量路由 Agent]]** — 两个工具的可插拔路由模块
7. **[[agent-web|Agent Web]]** — 开放协作 Agent 网络的未来愿景
# 🔗 概念网络
- **三阶段串联**:候选图→轨迹合成→轻量路由 Agent
- **MCP 工具选择三篇的完成**MCP-Zero主动请求→ Dynamic ReActmeta-tools→ ACE-Router训练路由器
- **关键桥接**Agent Web 概念连接了 MCP 协议、Agent Skills、Agent Harness 的讨论
# 📚 Wiki 集成
- **新增页面**9 个1 论文 + 1 raw + 7 概念)
- **Wiki 总规模**1049 → 1058 页
# 💡 关键洞察
1. **8B 专用 > 巨型通用**ACE-Router (Qwen3-8B, 53.4%) > GPT-4o (47.4%) > Gemini-2.5-Pro (49.8%)。证明了一个重要原则:**工具选择的瓶颈不是推理能力,而是训练数据的覆盖度和结构化**。这对 Agent Harness 设计的启示是——"操作维度"的精确路由应该交给专门的轻量模型,而非依赖通用 LLM。
2. **三篇 MCP 论文的互补完成**MCP-Zero范式→ Dynamic ReAct工程→ ACE-Router训练构成了工具选择的完整谱系。三篇共同指向一个方向**被动工具注入已死,主动/智能/训练的工具选择是 Agent 规模化的必经之路。**