A Scalable Communication Protocol for Networks of Large Language Models

Reference: Samuele Marro, Emanuele La Malfa, Jesse Wright, Guohao Li, Nigel Shadbolt, Michael Wooldridge, Philip Torr (2024). arXiv:2410.11905v1 (Oxford / Eigent AI). Source file: 2410.11905v1.pdf. URL

Summary

Introduces Agora, a meta-protocol for inter-agent communication in large heterogeneous networks of LLM-powered agents. Agora frames the design space as the Agent Communication Trilemma — versatility, efficiency, portability — and argues no single format (natural language, structured APIs like REST, or semantic-web RDF) can satisfy all three simultaneously.

Agora’s trick is to use different formats for different traffic volumes: rare/novel messages flow as natural language handled by LLMs; frequent patterns are formalised into Protocol Documents (PDs) negotiated between agents and then served by cheap LLM-written routines. A 100-agent demo shows emergent self-organising protocols and ~5x cost reduction over natural-language-only communication.

Key Ideas

  • Agent Communication Trilemma: versatility vs efficiency vs portability
  • Protocol Documents (PDs): hash-identified, agent-negotiated, machine-readable specs
  • Hybrid hierarchy: NL bootstrap -> PD negotiation -> LLM-written routines -> traditional protocols
  • Fully decentralised, hash-addressed storage (IPFS-compatible)
  • Emergent protocols among 100 heterogeneous LLM agents without central coordination

Connections

Conceptual Contribution

Tags

#llm-agents #agent-communication #protocols #emergent-protocols

Backlinks