CLLGMar 1

CARD: Towards Conditional Design of Multi-agent Topological Structures

arXiv:2603.01089v11 citationsh-index: 44Has Code
Originality Incremental advance
AI Analysis

This addresses the need for more adaptive and resilient multi-agent systems in AI, though it is incremental as it builds on existing graph-generation methods.

The paper tackles the problem of fixed communication topologies in LLM-based multi-agent systems by proposing CARD, a conditional graph-generation framework that adapts topologies to dynamic environmental signals, resulting in higher accuracy and robustness on benchmarks like HumanEval, MATH, and MMLU compared to static baselines.

Large language model (LLM)-based multi-agent systems have shown strong capabilities in tasks such as code generation and collaborative reasoning. However, the effectiveness and robustness of these systems critically depend on their communication topology, which is often fixed or statically learned, ignoring real-world dynamics such as model upgrades, API (or tool) changes, or knowledge source variability. To address this limitation, we propose CARD (Conditional Agentic Graph Designer), a conditional graph-generation framework that instantiates AMACP, a protocol for adaptive multi-agent communication. CARD explicitly incorporates dynamic environmental signals into graph construction, enabling topology adaptation at both training and runtime. Through a conditional variational graph encoder and environment-aware optimization, CARD produces communication structures that are both effective and resilient to shifts in model capability or resource availability. Empirical results on HumanEval, MATH, and MMLU demonstrate that CARD consistently outperforms static and prompt-based baselines, achieving higher accuracy and robustness across diverse conditions. The source code is available at: https://github.com/Warma10032/CARD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes