Search papers, labs, and topics across Lattice.
This study develops a comprehensive taxonomy for classifying LLM agent communication protocols, addressing the interoperability challenges posed by the fragmented landscape of existing protocols. Through an iterative analysis of nine widely adopted open-source protocols, the authors identify five key dimensions that characterize these communication methods, revealing significant architectural trends such as hybrid payloads and schema flexibility. The findings suggest a potential convergence towards unified protocols for agent-to-agent and agent-to-context communication, while also indicating that no single protocol will likely achieve optimal versatility, efficiency, and portability.
A fragmented landscape of LLM agent communication protocols reveals a surprising trend toward hybrid payloads and runtime schema negotiation, but no single protocol can achieve all desired efficiencies.
As large language models (LLMs) advance and multi-agent systems aim to overcome the limits of standalone agents, robust communication protocols are becoming essential infrastructure for distributed agent networks. Nonetheless, the fragmented protocol landscape presents a significant interoperability challenge. This study develops a technical taxonomy to classify and analyze LLM agent communication protocols. Following an established iterative method, we defined the taxonomy's purpose, meta-characteristic, and ending conditions, then performed five iterations, three empirical-to-conceptual and two conceptual-to-empirical, on nine actively maintained open-source protocols with demonstrable adoption. The taxonomy comprises five dimensions: counterparty, payload, interaction state, discovery mechanism, and schema flexibility. Classification reveals recurring architectural patterns: all sampled agent-to-agent protocols combine hybrid payloads with session-state persistence; most protocols support multiple predefined schemas, and two negotiate schemas at runtime, indicating a trend toward schema flexibility; decentralized discovery remains rare. Analysis suggests short-term convergence pressure toward protocols unifying agent-to-agent and agent-to-context (tool and data) communication. Long-term, however, no single protocol is likely to maximize versatility, efficiency, and portability simultaneously. The field will more likely evolve toward a federated, layered protocol stack. The framework guides protocol selection and highlights open research gaps such as privacy and policy enforcement.}