Agent Q-Mix: Selecting the Right Action for LLM Multi-Agent Systems (April 2026)
FreeReformulates topology selection as cooperative MARL — each agent selects communication actions that jointly induce round-wise communication graphs; improves coordination efficiency
About Agent Q-Mix: Selecting the Right Action for LLM Multi-Agent Systems (April 2026)
Agent Q-Mix is a reinforcement learning framework that reformulates topology selection in LLM multi-agent systems as a cooperative Multi-Agent Reinforcement Learning (MARL) problem. It uses QMIX value factorization to learn decentralized communication decisions, where each agent selects from a set of communication actions that jointly induce a round-wise communication graph. The architecture combines a topology-aware GNN encoder, GRU memory, and per-agent Q-heads under a Centralized Training with Decentralized Execution (CTDE) paradigm. The reward function balances task accuracy with token cost. The framework achieves the highest average accuracy across seven core benchmarks in coding, reasoning, and mathematics, and demonstrates superior token efficiency and robustness against agent failure. Notably, on the challenging Humanity's Last Exam (HLE) using Gemini-3.1-Flash-Lite as a backbone, Agent Q-Mix achieves 20.8% accuracy, outperforming existing methods like Microsoft Agent Framework (19.2%) and LangGraph (19.2%).
Key Features
Pros & Cons
- Achieves highest average accuracy across multiple benchmarks compared to existing methods
- Balances task accuracy with token efficiency, reducing computational costs
- Robust to agent failures, making it suitable for unreliable multi-agent environments
- Uses CTDE paradigm allowing decentralized execution after centralized training
- Open access publication with full details on arXiv
- Requires centralized training phase, which may be computationally intensive
- Only evaluated on benchmarks; real-world deployment performance not yet studied
- Limited to LLM-based agents; applicability to other agent types is unexplored