Papers › AgentFugue: Agent Scaling for Long-Horizon Tasks through Collective Reasoning

AgentFugue: Agent Scaling for Long-Horizon Tasks through Collective Reasoning

23 May 2026arXiv:2605.24486added by Syntology

Yuyang Hu, Hongjin Qian, Shuting Wang, Jiongnan Liu, Tong Zhao, Xiaoxi Li, Zheng Liu, Zhicheng Dou

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.24486")

Code

Syntology Ran 9 of 18 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 7 ran · our draft was wrong; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

qhjqhj00/cabeza found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 9 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran · our draft was wrong
2ran
9unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from qhjqhj00/cabeza. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

PageStore qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology ran · metamorphic tier: well formed MIT (permissive) · 43d8757da6517a22 · report
_expand qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · defa3dd392465820 · report
_render_page_block qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · e1c65b3b9001c7f1 · report
_render_page_summary qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 53a7af5f4fe310ca · report
_select_final_answer qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · ac262dc23908a74d · report
_step_to_dict qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 269635948ac1aa69 · report
_strip_thinking qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · a00336aafbac4277 · report
clone_agent_for_spec qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 9104f0838b9d2ee2 · report
parse_agent_specs qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology ran MIT (permissive) · 2022fc81fe74cab2 · report
AgentSpec qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology unverified MIT (permissive) · d271c6ffa95d2de5 · report
RunResult qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology unverified MIT (permissive) · 14e80ee22c664316 · report
SharedPageStore qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology unverified MIT (permissive) · 9648c50ac5c68546 · report
Step qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology unverified MIT (permissive) · 53324bb074b48287 · report
Summarizer qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology unverified MIT (permissive) · 7db91e0d507dfbb1 · report
ToolCall qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology unverified MIT (permissive) · 4dfc0a21de056b96 · report
_build_summarizer_for qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology unverified MIT (permissive) · a5dbb6e91662c61a · report
_run_member qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology unverified MIT (permissive) · 4fa9749852c0127f · report
run_fugue qhjqhj00/cabeza/src/cabeza/swarm/fugue.py found in paper text by Syntology unverified MIT (permissive) · a9acdcdf557f7fc7 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.24486, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections