Agent Communication Protocol icon

Agent Communication Protocol

264

Establishes an open, standardized protocol for framework-agnostic agent communication.

概要

The Agent Communication Protocol (ACP) is an open standard with open governance for agent interoperability. It defines a standardized RESTful API that supports synchronous, asynchronous, and streaming interactions. With ACP, agents function as services that exchange multimodal messages, ensuring the protocol remains agnostic to their internal implementations and requires only minimal specifications for compatibility.

主な機能

  • Open standard with open governance for agent interoperability
  • 264 GitHub stars
  • Supports multimodal message exchange (text, image, JSON, etc.)
  • Framework-agnostic design, compatible with various agent implementations
  • Standardized RESTful API supporting synchronous, asynchronous, and streaming interactions
  • Comprehensive SDKs for Python and TypeScript

ユースケース

  • Building interoperable AI agents that can communicate across different frameworks
  • Creating interactive agent applications that can pause and await external input
  • Developing agent services that exchange structured, multimodal information