← Back to Paper List

A Survey of AI Agent Protocols

Yingxuan Yang, Huacan Chai, Yuanyi Song, Siyuan Qi, Muning Wen, Ning Li, Junwei Liao, Haoyi Hu, Jianghao Lin, Gaowei Chang, Weiwen Liu, Ying Wen, Yong Yu, Weinan Zhang
Shanghai Jiao Tong University
arXiv.org (2025)
Agent Benchmark

📝 Paper Summary

Agent Communication Protocols Multi-Agent Systems
This survey provides a comprehensive analysis and two-dimensional classification of AI agent protocols to address the fragmentation of current agent ecosystems and enable standardized, scalable collaboration.
Core Problem
The rapid deployment of LLM agents has led to a fragmented ecosystem where agents cannot easily communicate with external tools, data sources, or other agents due to a lack of standardized protocols.
Why it matters:
  • Current isolation limits agents' ability to tackle complex, real-world tasks that require collaboration or diverse tool usage
  • Lack of interoperability prevents the emergence of 'collective intelligence' where specialized agents and intelligent tools combine capabilities
  • Similar to the pre-Internet era, the absence of unified standards (like TCP/IP) hinders the scalability and global connectivity of intelligent systems
Concrete Example: Currently, an agent from one vendor cannot easily collaborate with an agent from another provider because they lack a shared 'grammar' for exchange. This mirrors the early Internet's incompatible systems before TCP/IP; without a protocol, a 'customer service' agent cannot seamlessly hand off a complex query to a specialized 'data analysis' agent from a different platform.
Key Novelty
Systematic Taxonomy of Agent Protocols
  • Proposes a two-dimensional classification framework: distinguishing Context-oriented vs. Inter-agent protocols, and General-purpose vs. Domain-specific protocols
  • Conceptualizes protocols not just as APIs, but as a foundational grammar that enables 'collective intelligence' and separates interaction logic from agent core functionality
Breakthrough Assessment
7/10
While a survey rather than a new algorithm, it addresses a critical infrastructure gap (standardization) necessary for the next leap in agentic AI, providing a much-needed organizational framework.
×