agent-communication-protocol
Installation
SKILL.md
Agent Communication Protocol (ACP)
ACP is an open protocol for agent interoperability that solves the growing challenge of connecting AI agents, applications, and humans. It enables standardized communication across different frameworks and infrastructures.
Key Features
- REST-Based Design - Straightforward HTTP endpoints (not JSON-RPC)
- Multi-Modal - Supports text, images, audio, video, and any MIME type
- Async-First - Built primarily for asynchronous communication with sync support
- Streaming - Real-time Server-Sent Events (SSE) for incremental updates
- Stateful/Stateless - Sessions for maintaining state across interactions
- Offline Discovery - Agents remain discoverable through embedded metadata
- Framework Agnostic - Works with BeeAI, LangGraph, CrewAI, LlamaIndex, and more