paper-with-me

홈 › Papers

MAS-on-the-Fly: In-Context Structural Adaptation of LLM-Based Multi-Agent Systems

2026-02-14 · Guangyi Liu, Haojun Lin, Huan Zeng, Heng Wang, Quanming Yao arxiv

Large Language Model (LLM)-based multi-agent systems (MAS) have emerged as a promising paradigm for complex tasks. However, existing works often rely on manual designs or "one-size-fits-all" automation and lack adaptability after deployment. We study in-context structural adaptation, where structured experience conditions both query-dependent system generation and execution-time reconfiguration without updating LLM parameters. We introduce MASFly, which realizes this adaptation through two complementary mechanisms. First, a retrieval-augmented SOP instantiation mechanism retrieves and adapts successful collaboration patterns to construct a query-specific MAS. Second, an experience-enhanced process supervision mechanism uses a dedicated Watcher agent to monitor execution against prior failure experience and reconfigure the system upon abnormal behavior. Experiments demonstrate that MASFly achieves state-ofthe-art performance, including a 61.7% success rate on TravelPlanner, with strong task adaptability and robustness.

📄 PDF Abstract BibTeX arXiv:2602.13671

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Structural Self-adaptation for Decentralized Pervasive Intelligence

2019-04-21 · Jovan Nikolic, Evangelos Pournaras

Communication structure plays a key role in the learning capability of decentralized systems. Structural self-adaptation, by means of self-organization, changes the order as well as the input information of the agents' c…

Combinatorial OptimizationDecision Making

SkillMAS: Skill Co-Evolution with LLM-based Multi-Agent System

2026-05-10 · Shuai Pan, Yixiang Liu, Jiaye Gao, Te Gao 외 arxiv

Large language model (LLM) agent systems are increasingly expected to improve after deployment, but existing work often decouples two adaptation targets: skill evolution and multi-agent system (MAS) restructuring. This s…

MANTA: Multi-Agent Network Topology Adaptation for Self-Evolving Multi-Agent Systems

2026-07-30 · Mao-xun Huang, Jerry Wang, Yi-Cheng Lai, Zhengxin Zhang 외 arxiv

Large language model-based multi-agent systems improve complex problem solving through task decomposition, agent specialization, information exchange, and intermediate validation. However, existing systems typically trea…

Mathematical Reasoning

AMAS: Adaptively Determining Communication Topology for LLM-based Multi-Agent System

2025-10-02 · Hui Yi Leong, Yuheng Li, Yuqing Wu, Wenwen Ouyang 외 arxiv

Although large language models (LLMs) have revolutionized natural language processing capabilities, their practical implementation as autonomous multi-agent systems (MAS) for industrial problem-solving encounters persist…

Question AnsweringCode Generation

Multi-Agent Coordination Adaptation via Structure-Guided Orchestration

2026-05-25 · Haoran Li, Shulun Chen, Shaoyuan Sun, Hanchen Wang arxiv

As large language model (LLM)-based multi-agent systems scale to handle increasingly complex tasks, balancing structural stability and dynamic adaptability becomes increasingly challenging. Existing systems typically ado…