Which LLM Multi-Agent Protocol to Choose?
Hongyi Du, Jiaqi Su, Jisen Li, Lijie Ding, Yingxuan Yang, Peixuan Han, Xiangru Tang, Kunlun Zhu, Jiaxuan You
TL;DR
This work introduces ProtocolBench, the first comprehensive, protocol-agnostic benchmark for evaluating LLM-based multi-agent communication protocols across four scenarios, revealing that protocol choice meaningfully impacts task success, latency, overhead, and resilience. It then proposes ProtocolRouter, a learnable per-module protocol selector that operates with adapters to translate between protocols without altering business semantics, and demonstrates its ability to improve recovery times and task outcomes in targeted scenarios. Through ProtocolBench and ProtocolRouterBench, the authors provide standardized evaluation artifacts, datasets, and railway-tested metrics to enable reliable, scalable protocol analysis. The results underscore that no single protocol dominates universally; a dynamic, scenario-aware routing approach can yield tangible gains in reliability and efficiency, guiding practitioners toward principled protocol design and selection. The work has practical significance for production MAS, offering reproducible benchmarks and tooling to optimize coordination, security, and performance at scale.
Abstract
As large-scale multi-agent systems evolve, the communication protocol layer has become a critical yet under-evaluated factor shaping performance and reliability. Despite the existence of diverse protocols (A2A, ACP, ANP, Agora, etc.), selection is often intuition-driven and lacks standardized guidance. We introduce ProtocolBench, a benchmark that systematically compares agent protocols along four measurable axes: task success, end-to-end latency, message or byte overhead, and robustness under failures. On ProtocolBench, protocol choice significantly influences system behavior. In the Streaming Queue scenario, overall completion time varies by up to 36.5% across protocols, and mean end-to-end latency differs by 3.48 s. Under Fail-Storm Recovery, resilience also differs consistently across protocols. Beyond evaluation, we present ProtocolRouter, a learnable protocol router that selects per-scenario (or per-module) protocols from requirement and runtime signals. ProtocolRouter reduces Fail-Storm recovery time by up to 18.1% versus the best single-protocol baseline, and achieves scenario-specific gains such as higher success in GAIA. We also release ProtocolRouterBench to standardize protocol evaluation and improve reliability at scale.
