Skip to main content
Libraries
Python
Python library for the Agent Client Protocol
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:
(Using uv? Run
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.