Workflow
low-latency communication
icon
Search documents
X @Avi Chawla
Avi Chawla· 2025-07-02 06:30
After MCP, A2A, & AG-UI, there's another Agent protocol (open-source).ACP (Agent Communication Protocol) is a standardized, RESTful interface for Agents to discover and coordinate with other Agents, regardless of their framework (CrewAI, LangChain, etc.).Here's how it works:- Build your Agents and host them on ACP servers.- The ACP server will receive requests from the ACP Client and forward them to the Agent.- ACP Client itself can be an Agent to intelligently route requests to the Agents (just like MCP Cl ...