← Back to Paper List

Beyond Context Sharing: A Unified Agent Communication Protocol (ACP) for Secure, Federated, and Autonomous Agent-to-Agent (A2A) Orchestration

Naveen Kumar Krishnan
arXiv (2026)
Agent Reasoning

📝 Paper Summary

Multi-agent collaboration Agent interoperability standards Decentralized AI
ACP is a layered, federated protocol that enables autonomous agents on different platforms to securely discover, negotiate, and collaborate via decentralized identities and standardized semantic intent.
Core Problem
Autonomous agents currently operate in silos within proprietary frameworks; while MCP handles local context sharing, there is no universal protocol for secure, cross-platform discovery and negotiation between heterogeneous agents.
Why it matters:
  • The lack of interoperability prevents the realization of a true 'Agentic Web' where agents from different vendors (e.g., Google, OpenAI, private enterprise) can collaborate.
  • Current A2A proposals rely on centralized registries, creating single points of failure and privacy risks.
  • Existing methods lack a robust framework for capability verification—how an agent knows what another is truly capable of doing.
Concrete Example: A 'Logistics Agent' on a private enterprise stack needs to coordinate with external 'Carrier Agents' to re-route a shipment. Without ACP, this requires manual human API integration or hours of coordination; with ACP, they autonomously negotiate and re-route in minutes.
Key Novelty
Agent Communication Protocol (ACP): The TCP/IP of the Agentic Web
  • Introduces 'Agent Cards,' standardized machine-readable metadata (like a business card) that allows agents to perform semantic discovery of peers' capabilities without human intervention.
  • Implements a federated orchestration model where agents dynamically form and dissolve coalitions (swarms) using a 4-stage negotiation lifecycle, replacing central master agents.
  • Enforces Zero-Trust security via Decentralized Identifiers (DIDs) and 'Proof-of-Intent,' ensuring agents cannot perform actions outside their negotiated user-authorized scope.
Evaluation Highlights
  • Reduces inter-agent communication latency by 40% compared to standard baselines (raw JSON-RPC over HTTPS/MCP).
  • Maintains sub-100 ms latency even as agent swarm size grows to 500+ participants.
  • Decentralized discovery (DHT) achieves logarithmic search time complexity (O(log N)), preventing bottlenecks in large-scale deployments.
Breakthrough Assessment
9/10
Proposes a foundational standard (TCP/IP analogy) for the Agentic Web. If adopted, it solves the critical fragmentation/silo problem of current multi-agent systems.
×