Search papers, labs, and topics across Lattice.
This paper introduces MANTA, a framework that allows multi-agent systems to adapt their communication topology dynamically during inference, enhancing their problem-solving capabilities. By initializing a task-conditioned topology and monitoring collaboration traces, MANTA can make real-time structural updates to agent roles and communication links, thereby optimizing performance on-the-fly. Evaluated across five diverse benchmarks, MANTA outperformed existing baselines, achieving a highest average score of 74.0, highlighting the potential for self-evolving architectures in multi-agent systems.
MANTA reveals that multi-agent systems can dynamically adapt their communication structures during execution, leading to significant performance gains.
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 treat communication topology as a fixed design choice or an offline optimization target. We introduce MANTA, a framework for Multi-Agent Network Topology Adaptation that enables communication structures to self-evolve at inference time. Before execution, MANTA initializes a task-conditioned topology from prior structural experience. During deployment, it monitors collaboration traces and applies bounded structural updates when the current organization becomes insufficient. These updates can modify agent roles, communication links, execution order, information visibility, and validation pathways while preserving the task interface and agent budget. We evaluate MANTA against representative single-agent and multi-agent baselines on five benchmarks spanning information seeking, tool use, planning, workflow execution, and mathematical reasoning. MANTA achieves the highest average score of 74.0, outperforming the strongest baseline by 5.8 percentage points and obtaining the best result on PlanCraft. These results show that inference-time self-improvement can extend to the architecture of collaboration itself.