← 返回论文检索
ICML 2026PosterAccept (regular)

MonoScale: Scaling Multi-Agent System with Monotonic Improvement

Shuai Shao, Yixiang Liu, Bingwei Lu, Weinan Zhang

Shanghai Jiaotong University · Shanghai Jiao Tong University

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

In recent years, LLM-based multi-agent systems (MAS) have advanced rapidly, using a router to decompose tasks and delegate subtasks to specialized agents. A natural way to expand capability is to **scale up the agent pool** by continually integrating new functional agents or tool interfaces, but naive expansion can trigger **performance collapse** when the router cold-starts on newly added, heterogeneous, and unreliable agents. We propose **MonoScale**, an expansion-aware update framework that proactively generates a small set of agent-conditioned familiarization tasks, harvests evidence from both successful and failed interactions, and distills it into auditable natural-language memory to guide future routing. We formalize sequential augmentation as a contextual bandit and perform trust-region memory updates, yielding a monotonic non-decreasing performance guarantee across onboarding rounds. Experiments on GAIA and Humanity's Last Exam show stable gains as the agent pool grows, outperforming naive scale-up and strong-router fixed-pool baselines.