LLM Agent Communication Protocol (LACP)
Requires Urgent Standardization: A Telecom-Inspired Protocol is Necessary
A unified, telecom-inspired communication protocol ensuring safety, interoperability,
and scalability for LLM agents in Next Generation (NextG) networks.
Abstract
This position paper argues that the field of LLM agents requires a unified, telecom-inspired communication protocol to ensure safety, interoperability, and scalability, especially within the context of Next Generation (NextG) networks. Current ad-hoc communication methods are creating a fragmented ecosystem, reminiscent of the early "protocol wars" in networking, which stifles innovation and poses significant risks.
Drawing inspiration from the layered, standardized protocols that underpin modern telecommunications, we propose the LLM-Agent Communication Protocol (LACP). LACP establishes a three-layer architecture designed to ensure semantic clarity in communication, transactional integrity for complex tasks, and robust, built-in security. Such a standard is critical for ensuring that multi-agent systems can operate safely and reliably in the complex, real-time applications envisioned for 6G and beyond.
The Problem: Fragmented Communication Landscape
The current ecosystem of LLM agent communication resembles the early "protocol wars" of networking, creating a fragmented landscape that stifles innovation and poses significant risks.
Crippling Interoperability Gaps
The absence of a universal standard necessitates bespoke, often brittle, integrations between different agent systems, impeding scalable multi-agent development.
Security as an Afterthought
Security is often not a core component of existing protocols, exposing systems to data tampering, agent spoofing, and adversarial attacks.
Monolithic Design & Lack of Transactional Integrity
Current approaches tightly couple communication logic with agent implementation, leading to systems that are challenging to maintain and extend.
Current Protocol Landscape
Key Contributions
Risk Analysis
Identification of systemic risks arising from the fragmented state of current agent communication.
Design Principles
Core guidelines for robust, interoperable agent protocols, distilled from telecommunications history.
Protocol Proposal
LACP, a layered, secure, and extensible framework for LLM-agent interoperability.
Three-Layer Architecture
LACP implements three mutually-insulated layers with well-defined interfaces that enable independent evolution while ensuring system-wide coherence:
Semantic Layer
Conveys the intent of communication with universal message types that can be extended with domain-specific content:
Transactional Layer
Ensures reliability and integrity through comprehensive transaction management:
- Message signing with JSON Web Signatures (JWS)
- Message sequencing for ordered delivery
- Unique transaction IDs for idempotency
- Two-phase commit for atomic operations
Transport Layer
Handles efficient and secure delivery, operating transport-agnostically:
- HTTP/2 for modern web compatibility
- QUIC for low-latency applications
- WebSockets for real-time communication
- Binary encoding for efficiency

Experimental Validation
We implemented a working LACP prototype and conducted comprehensive experiments validating performance, interoperability, and security guarantees.
Performance Analysis
LACP's overhead is inversely proportional to message complexity, with minimal impact on realistic agent interactions.
Interoperability Demo
Successful demonstration of seamless communication between different agent frameworks without custom integration code.
Security Validation
LACP provides essential application-layer security guarantees beyond what TLS alone can offer.
Insights from Telecommunications
Drawing from the success of telecommunications standardization, LACP applies proven principles that transformed disparate, proprietary systems into globally unified networks.
Channelised Voice
First common control channels (AMPS, NMT) with simple signaling grammar
Digital Identity & Security
GSM introduced digital encryption, SIM cards, and SMS messaging
State Machines for Soft Handover
UMTS/WCDMA enabled packet-switched data and complex state management
All-IP Core
LTE unified voice, video, and data on an all-IP core architecture
Service-Based Architecture
Microservices exposed via HTTP/2 and JSON with network slicing
Key Principles Applied to LACP
Consensus-Driven Standards
Open collaboration prevents vendor lock-in and ensures interoperability
Security by Construction
Security is fundamental, not an add-on, at every protocol layer
Layered Abstractions
Separation of concerns allows independent evolution of system components
Narrow Waist Design
Minimal core ensures stability while extensible edge enables innovation
Implementation & Code
Experimental Validation
We implemented a working LACP prototype and conducted comprehensive experiments validating:
- Performance overhead analysis (3.5% latency increase for complex messages)
- Interoperability demonstration with LangChain agents
- Security validation against tampering and replay attacks
Citation
@inproceedings{li2025lacp, title={{LLM} Agent Communication Protocol ({LACP}) Requires Urgent Standardization: A Telecom-Inspired Protocol is Necessary}, author={Xin Li and Mengbing Liu and Chau Yuen}, booktitle={NeurIPS 2025 Workshop: AI and ML for Next-Generation Wireless Communications and Networking}, year={2025}, url={https://openreview.net/forum?id=LpwE9cSLkS} }