用直接对话式协作提升小模型驱动的多智能体系统表现
Anemoi: A Semi-Centralized Multi-agent System Based on Agent-to-Agent Communication MCP server from Coral Protocol
- 构建基于A2A通信的半中心化系统,实现智能体间结构化实时对话
- 在GAIA基准上以小模型为规划器达52.73%准确率,超开源基线9.09%
- 适合研究高效多智能体协作与轻量化系统部署的开发者
通用多智能体系统近年多采用上下文工程加中心化架构,由规划器通过单向提示传递协调多个工作智能体。此类设计虽在强规划模型下有效,但存在两大局限:(1) 对规划器能力强依赖,当使用小型大模型时性能显著下降;(2) 智能体间沟通受限,协作依赖提示拼接而非真正的结构化讨论。为此,我们提出Anemoi,一个基于珊瑚协议(Coral Protocol)A2A通信MCP服务器的半中心化多智能体系统。不同于传统设计,Anemoi支持智能体间结构化、直接的协作,使所有智能体可实时监控进展、评估结果、识别瓶颈并提出优化建议。该范式降低对单一规划器的依赖,支持动态计划更新,减少冗余上下文传递,实现更可扩展的执行。在GAIA基准测试中,使用GPT-4.1-mini作为规划器时,Anemoi达到52.73%准确率,较最强开源基线OWL(43.63%)提升9.09%,且在相同大模型设置下完成。代码已公开于https://github.com/Coral-Protocol/Anemoi。
原文摘要 · Abstract (English)
Recent advances in generalist multi-agent systems (MAS) have largely followed a context-engineering plus centralized paradigm, where a planner agent coordinates multiple worker agents through unidirectional prompt passing. While effective under strong planner models, this design suffers from two critical limitations: (1) strong dependency on the planner's capability, which leads to degraded performance when a smaller LLM powers the planner; and (2) limited inter-agent communication, where collaboration relies on prompt concatenation rather than genuine refinement through structured discussions. To address these challenges, we propose Anemoi, a semi-centralized MAS built on the Agent-to-Agent (A2A) communication MCP server from Coral Protocol. Unlike traditional designs, Anemoi enables structured and direct inter-agent collaboration, allowing all agents to monitor progress, assess results, identify bottlenecks, and propose refinements in real time. This paradigm reduces reliance on a single planner, supports adaptive plan updates, and minimizes redundant context passing, resulting in more scalable execution. Evaluated on the GAIA benchmark, Anemoi achieved 52.73% accuracy with a small LLM (GPT-4.1-mini) as the planner, surpassing the strongest open-source baseline OWL (43.63%) by +9.09% under identical LLM settings. Our implementation is publicly available at https://github.com/Coral-Protocol/Anemoi.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。