cd /news/ai-agents/agent-communication-protocol · home topics ai-agents article
[ARTICLE · art-138314] src=agentcommunicationprotocol.dev ↗ pub= topic=ai-agents verified=true sentiment=· neutral

Agent Communication Protocol

The Agent Communication Protocol (ACP) has been folded into A2A under the Linux Foundation, with a migration guide published for the BeeAI platform. ACP is an open protocol for agent interoperability that connects AI agents built on frameworks such as BeeAI, LangChain, and CrewAI through a standardized RESTful API supporting synchronous and asynchronous communication, streaming, stateful and stateless operation, and online and offline agent discovery. The protocol was developed as an open standard under the Linux Foundation alongside BeeAI, its reference implementation, to keep governance community-driven rather than vendor-controlled.

read3 min views2 publishedSep 23, 2026
Agent Communication Protocol
Image: source

🚀 IMPORTANT UPDATE #

ACP is now part of A2A under the Linux Foundation!👉

[Learn more](https://github.com/orgs/i-am-bee/discussions/5)| 🛠️

[Migration Guide](https://github.com/i-am-bee/beeai-platform/blob/main/docs/community-and-support/acp-a2a-migration-guide.mdx)

What is ACP? #

The Agent Communication Protocol (ACP) is an open protocol for agent interoperability that solves the growing challenge of connecting AI agents, applications, and humans. Modern AI agents are often built in isolation, across different frameworks, teams, and infrastructures. This fragmentation slows innovation and makes it harder for agents to work together effectively. ACP solves this by enabling agents to communicate through a standardized RESTful API that supports:

  • All forms of modality
  • Synchronous and asynchronous communication
  • Streaming interactions
  • Both stateful and stateless operation patterns
  • Online and offline agent discovery
  • Long running tasks

BeeAI framework, LangChain, CrewAI, or custom code, ACP provides the bridge for seamless collaboration. While you can integrate ACP agents directly into your own applications, ACP also underpins the

BeeAI platform- a project that allows you to test, deploy, and share ACP agents with your team.

Why ACP? #

AI systems today are fragmented across incompatible frameworks, creating:

  • Integration barriers - Connecting different agents requires custom solutions
  • Duplicated effort - Teams rebuild similar functionality
  • Scalability challenges - Point-to-point integrations don’t scale
  • Inconsistent developer experience - Each framework has its own patterns

Developed as an open standard under the Linux Foundation alongside BeeAI (its reference implementation), ACP maintains transparent, community-driven governance to ensure the protocol serves the broader ecosystem rather than any single vendor.

Use Cases Enabled by ACP #

ACP unlocks powerful scenarios that transform how agents work together: Flexible Agent Replacement As AI technology rapidly evolves, the best-performing agent changes frequently. ACP compatibility lets you seamlessly swap agents in production systems, even when built with different frameworks. Upgrade your translation agent from a custom model to the latest LLM, or replace your code generation tool with a specialized coding assistant - all without modifying integration points.

Multi-Agent Collaboration Build sophisticated systems where specialized agents work as coordinated teams. A content creation workflow might involve a topic research agent gathering information, a writing agent crafting the draft, and an SEO optimization agent refining for search performance. Each agent excels in its domain while seamlessly coordinating through standardized handoffs.

Cross-Platform Integration Connect agents across your technology stack - marketing automation, analytics platforms, development tools, and communication systems. When your monitoring agent detects a performance issue, it can automatically trigger your incident response agent to create tickets, notify teams, and coordinate with deployment systems to roll back changes.

Inter-Company Partnerships Enable secure agent collaboration between organizations. A logistics company’s routing agent could work with a supplier’s inventory agent to optimize delivery schedules, or a marketing agency’s campaign agent could coordinate with a client’s approval workflow agent for streamlined content reviews across organizational boundaries. By creating a universal foundation for agent communication, ACP drives broader AI adoption and enables more powerful, interconnected intelligent systems across industries.

Key Features #

  • REST-based Communication: ACP uses simple, well-definedREST endpoints that align with standard HTTP patterns. Unlike protocols requiring specialized communication methods (such as JSON-RPC), ACP leverages familiar HTTP conventions that integrate seamlessly into production environments.
  • Support for All Message Types: ACP uses MimeTypes for content identification, making it easily extensible to handle any data format. Whether you’re sending text, images, audio, video, or custom binary formats, any mimetype works out of the box without protocol modifications.
  • No SDK Required (but available): The protocol is simple enough to use with standard HTTP tools like curl, Postman, or browser requests. For teams that prefer to integrate ACP programmatically, an officialPython SDK andTypescript SDK is available.
  • Offline Discovery: Agents can be made discoverable even when inactive by embedding metadata directly into their distribution packages. This enables discovery in secure, disconnected, or scale-to-zero environments.
  • Async-first, Sync Supported: Built primarily for asynchronous communication to handle long-running agent tasks, while fully supporting synchronous communication.

Get Started #

Quickstart #

Get up and running with ACP in minutes

Example Agents #

Explore reference agent implementations

REST API #

View the complete OpenAPI specification

Python SDK #

Tools for building and consuming ACP agents

── more in #ai-agents 4 stories · sorted by recency
── more on @agent communication protocol 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/agent-communication-…] indexed:0 read:3min 2026-09-23 ·