The agentclientprotocol/python-sdk repository packages Pydantic models, async base classes, and JSON-RPC plumbing so you can build ACP-compatible agents and clients in Python. It mirrors the official ACP schema and ships helper utilities for both sides of the protocol. To get started, add the SDK to your project:Documentation Index
Fetch the complete documentation index at: https://agentclientprotocol.com/llms.txt
Use this file to discover all available pages before exploring further.
uv add agent-client-protocol.)
The repository includes runnable examples for agents, clients, Gemini CLI
bridges, and dual-agent/client demos under
examples/.
Browse the full documentation—including the quickstart, contrib helpers, and API
reference—at
agentclientprotocol.github.io/python-sdk.