Claude Code Acp Py
Description
ACP-compatible agent for Claude Code (Python version)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code ACP (Python)
[](https://pypi.org/project/claude-code-acp/) [](https://pypi.org/project/claude-code-acp/) [](https://github.com/yazelin/claude-code-acp-py/blob/main/LICENSE)
**Python implementation of ACP (Agent Client Protocol) for Claude Code.**
This package combines the [Claude Agent SDK](https://github.com/anthropics/claude-agent-sdk-python) with the [Agent Client Protocol (ACP)](https://agentclientprotocol.com/) to provide a complete Python solution for working with AI agents.
What It Does
| Component | Type | Description |
|---|---|---|
ClaudeAcpAgent |
ACP Server | Lets editors (Zed, Neovim, JetBrains) use Claude |
ClaudeClient |
Python API | Event-driven wrapper for building Python apps with Claude |
AcpClient |
ACP Client | Connect to any ACP-compatible agent (Claude, Gemini, custom) |
AcpProxyServer |
Copilot Proxy | Bridge Copilot SDK to any ACP backend |
Two CLI commands:
claude-code-acp- ACP server for editorscopilot-acp-proxy- Copilot SDK proxy to ACP backends
Features
- Uses Claude CLI subscription - No API key needed
- Full ACP protocol - Compatible with Zed, Neovim, and other ACP clients
- Universal ACP client - Connect to any ACP agent (Claude, Gemini, or custom)
- Copilot SDK bridge - Use Copilot SDK with any ACP backend
- Bidirectional communication - Permission requests, tool calls, streaming
- Event-driven Python API - Decorator-based handlers
- Session management - Create, fork, resume, list sessions
- MCP server support - Dynamic loading via stdio, HTTP, SSE
- Model & command enumeration - Discover available models and commands at runtime
Installation
pip install claude-code-acp
Or with uv:
uv tool insta
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11