paper-with-me

홈 › Papers

Multi-agent Collaboration with State Management

2026-05-19 · Mengyang Liu, Taozhi Chen, Zhenhua Xu, Xue Jiang, Yihong Dong arxiv

Recent advances in multi-agent systems have shown great potential for solving complex tasks. However, when multiple agents edit a shared codebase concurrently, their changes can silently conflict and inconsistent views lead to integration failures. Existing multi-agent systems address this through workspace isolation (e.g., one git worktree per agent), but this defers conflict resolution to a post-hoc merge step where recovery is expensive. In this paper, we propose STORM, i.e., STate-ORiented Management for multi-agent collaboration. Specifically, STORM manages agent states by mediating their interactions with the shared workspace, ensuring that each agent operates on a consistent view of the codebase and that conflicting edits are detected and resolved at write time. We evaluate STORM on Commit0 and PaperBench across multiple LLMs. STORM outperforms the git-worktree-based multi-agent baseline by +18.7 on Commit0-Lite and +1.4 on PaperBench, while achieving comparable or better cost efficiency. Combined with single-agent runs, STORM reaches highest scores of 87.6 and 78.2 on the two benchmarks respectively, suggesting that explicit state management is a more effective foundation for multi-agent collaboration than workspace isolation. STORM can also be plugged into any multi-agent system seamlessly.

📄 PDF Abstract BibTeX arXiv:2605.20563

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Privacy-Aware Agent Collaboration for Dynamic VR Slice Management in 6G SD-RAN

2026-05-28 · Khaled M. Naguib, Soumaya Cherkaoui, Mahmoud M. Elmesalawy, Ahmed M. Abd El-Haleem 외 arxiv

Ultra-low latency and high throughput are required for Virtual Reality (VR) services in 6G networks, which presents critical challenges for Software-Defined Radio Access Networks (SD-RANs) dynamic resource management. Th…

Multi-agent Reinforcement Learning

StackPlanner: A Centralized Hierarchical Multi-Agent System with Task-Experience Memory Management

2026-01-09 · Ruizhe Zhang, Xinke Jiang, Zhibang Yang, Zhixin Zhang 외 arxiv

Multi-agent systems based on large language models, particularly centralized architectures, have recently shown strong potential for complex and knowledge-intensive tasks. However, central agents often suffer from unstab…

Reinforcement Learning

Multi-agent Bayesian Deep Reinforcement Learning for Microgrid Energy Management under Communication Failures

2021-11-22 · Hao Zhou, Atakan Aral, Ivona Brandic, Melike Erol-Kantarci

Microgrids (MGs) are important players for the future transactive energy systems where a number of intelligent Internet of Things (IoT) devices interact for energy management in the smart grid. Although there have been m…

Deep Reinforcement Learningenergy managementManagementQ-Learning+2

Agent-as-a-Service based on Agent Network

2025-05-13 · Yuhan Zhu, Haojie Liu, Jian Wang, Bing Li 외

The rise of large model-based AI agents has spurred interest in Multi-Agent Systems (MAS) for their capabilities in decision-making, collaboration, and adaptability. While the Model Context Protocol (MCP) addresses tool …

Code GenerationMathematical Reasoning

Task Allocation with Load Management in Multi-Agent Teams

2022-07-17 · Haochen Wu, Amin Ghadami, Alparslan Emrah Bayrak, Jonathon M. Smereka 외

In operations of multi-agent teams ranging from homogeneous robot swarms to heterogeneous human-autonomy teams, unexpected events might occur. While efficiency of operation for multi-agent task allocation problems is the…

Decision MakingManagement