MANTA: Multi-Agent Network Topology Adaptation for Self-Evolving Multi-Agent Systems· MANTA:多代理网络拓扑自适应
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 va
MANTA实现多代理通信结构的实时自适应进化。
- 核心方法
- MANTA框架在执行前根据任务条件初始化拓扑结构,并在部署过程中监控协作情况,适时进行有限的结构更新,包括调整代理角色、通信链接、执行顺序、信息可见性等。
- 适合谁读
- 研究者、工程师
- 要解决的问题
- 现有基于大语言模型的多代理系统通信拓扑结构固定,不能根据任务需求动态调整。
- 关键实验
- 未提供
- 主要贡献
- 提出了一种能够使多代理系统通信拓扑在推理过程中自适应进化的框架,增强了系统的灵活性和问题解决能力。
- 意义与局限
- MANTA框架的意义在于提高了多代理系统的动态适应性和自主性,但其具体应用效果和长期稳定性仍需通过实验验证。