arXiv:2601.09883cs.AI2026-01被引 1

用智能协作取代固定流程,让多智能体自动沟通完成复杂任务。

Beyond Rule-Based Workflows: An Information-Flow-Orchestrated Multi-Agents Paradigm via Agent-to-Agent Communication from CORAL

  • 通过智能体间自然语言通信动态协调任务
  • 在GAIA基准上准确率达63.64%,比基线高8.49个百分点
  • 适合需要灵活应对复杂场景的自动化系统开发

现有基于大模型的多智能体系统依赖预设工作流,需人工枚举任务状态并设定规则,存在人力成本高、无法覆盖复杂任务全状态空间的问题。为此,我们提出一种基于CORAL的、由信息流编排的多智能体范式,通过智能体间(A2A)通信实现动态调度,无需预设工作流。在通用基准GAIA上,该方法在pass@1设置下达到63.64%准确率,优于基线OWL的55.15%,提升8.49个百分点,且消耗令牌数相近。案例分析显示,该范式具备更强的任务监控灵活性与异常处理鲁棒性。代码已公开于:https://github.com/Coral-Protocol/Beyond-Rule-Based-Workflows。

原文摘要 · Abstract (English)

Most existing Large Language Model (LLM)-based Multi-Agent Systems (MAS) rely on predefined workflows, where human engineers enumerate task states in advance and specify routing rules and contextual injections accordingly. Such workflow-driven designs are essentially rule-based decision trees, which suffer from two fundamental limitations: they require substantial manual effort to anticipate and encode possible task states, and they cannot exhaustively cover the state space of complex real-world tasks. To address these issues, we propose an Information-Flow-Orchestrated Multi-Agent Paradigm via Agent-to-Agent (A2A) Communication from CORAL, in which a dedicated information flow orchestrator continuously monitors task progress and dynamically coordinates other agents through the A2A toolkit using natural language, without relying on predefined workflows. We evaluate our approach on the general-purpose benchmark GAIA, using the representative workflow-based MAS OWL as the baseline while controlling for agent roles and underlying models. Under the pass@1 setting, our method achieves 63.64% accuracy, outperforming OWL's 55.15% by 8.49 percentage points with comparable token consumption. Further case-level analysis shows that our paradigm enables more flexible task monitoring and more robust handling of edge cases. Our implementation is publicly available at: https://github.com/Coral-Protocol/Beyond-Rule-Based-Workflows

多智能体动态调度信息流LLM应用

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。