Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 982 Bytes

File metadata and controls

25 lines (19 loc) · 982 Bytes
title Python
description 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:

pip install agent-client-protocol

(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.