AgentFugue:通过集体推理实现长期任务的智能体扩展
阅读原文· arxiv.org现有长期智能体任务的研究主要聚焦于增强单个智能体。本研究则探索通过对等智能体的协作来扩展能力,提出了AgentFugue框架。该框架构建了一个共享推理中心,当多个对等智能体并行探索同一任务时,中心会记录每个智能体的发现、尝试与排除项,使其他智能体能够选择性复用这些中间推理成果,而无需集中式规划。训练后的该中心作为插件通信层,在长期任务测试中表现优于强基线。结果表明,集体推理可使对等智能体扩展成为一种独立的能力提升途径。
Recent progress on long-horizon agentic tasks has been driven largely by scaling up individual agents through stronger models, better tools, and more effective scaffolding. In contrast, much less is understood about scaling out: whether multiple peer agents, all targeting the same task, can become an additional source of capability without relying on explicit role specialization or workflow orchestration. We study this question and propose AgentFugue, a collective reasoning framework built around a shared reasoning hub. As peer agents explore the same task in parallel, the hub records concise notes on what each agent has established, attempted, or ruled out, and enables each agent to selectively access what other agents have discovered in a form useful for its current search. This design turns otherwise isolated trajectories into a connected ecology of reusable intermediate reasoning without requiring centralized planning. We instantiate the hub as a plug-in communication layer, trained with supervised fine-tuning and end-to-end reinforcement learning. Across the challenging long-horizon settings we study, AgentFugue improves over strong baselines. Our results suggest that collective reasoning can turn scaling out peer agent systems into a distinct source of capability gains, rather than merely a way of spending more compute.