Multi-agent Collaboration with State Management
Mengyang Liu, Taozhi Chen, Zhenhua Xu, Xue Jiang, Yihong Dong

TL;DR
STORM is a state management approach for multi-agent collaboration that ensures consistent views and conflict resolution at write time, outperforming traditional workspace isolation methods.
Contribution
The paper introduces STORM, a novel state-oriented management system that improves multi-agent collaboration by mediating interactions with shared workspaces.
Findings
STORM outperforms git-worktree baseline by +18.7 on Commit0-Lite and +1.4 on PaperBench.
STORM achieves highest scores of 87.6 and 78.2 on two benchmarks.
Explicit state management is more effective than workspace isolation for multi-agent collaboration.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
