Local daemon connecting an ACP-type Paca agent to a coding CLI (Claude Code, Codex, Gemini CLI, or a custom ACP server) running on your own machine.
Project description
paca-acp-bridge
A small local daemon that connects an ACP-type Paca AI agent to a coding CLI running on your own machine — Claude Code, Codex, Gemini CLI, or a custom Agent Client Protocol server. Run it from your project's source directory; it spawns the ACP server there and streams the conversation back to Paca. Nothing is cloned into a cloud sandbox and no source code leaves your machine — Paca only ever sends task requests and receives responses back.
Prerequisites
- Python 3.12+ (only needed if you don't use
uvx, which manages this for you) - Node.js (most built-in ACP providers are launched via
npx) - Your own local auth for whichever provider you pick — e.g. run
claude setup-tokenfor Claude Code, or exportOPENAI_API_KEY/GEMINI_API_KEYfor Codex/Gemini CLI. This is entirely your own local setup, exactly as if you were running that CLI yourself — Paca never sees, stores, or forwards this. Likewise, any MCP servers or skills you've configured for your local ACP client are used as-is; Paca doesn't manage or inject any of that.
Run it
No install step needed — uv fetches and runs it in one shot:
cd /path/to/your/project
uvx paca-acp-bridge run \
--agent-id <agent-id> \
--token <token> \
--server https://your-paca-instance.example.com
(Or uv pip install paca-acp-bridge first, then run paca-acp-bridge run ... the same way.)
--agent-id, --token, and --server can also be set via
PACA_ACP_AGENT_ID, PACA_ACP_TOKEN, and PACA_ACP_SERVER. The agent id and
token are shown once when you generate (or regenerate) the local bridge token
for an ACP agent in Paca's Agents UI — copy the run command shown there.
By default the ACP server operates on your current directory; pass
--workspace <path> to point at a different one.
Tools, MCP servers, skills, and git access
ACP agents don't take Paca-managed tool/MCP/skill configuration — the ACP
server you run owns all of that, using your own local setup. This also means
it has full, native access to whatever git/gh credentials you already have
configured locally, so it can clone, commit, push, and open pull requests
exactly as if you were driving it yourself in a terminal.
How it works
This daemon runs the OpenHands SDK's ACPAgent in its default local mode —
the same as the SDK's own quickstart example — which spawns your chosen ACP
CLI as a real local subprocess against the current directory. Conversation
events stream back to Paca over an authenticated WebSocket
(/agent-bridge/ws on your Paca instance) and are stored the same way as any
other agent conversation, so the chat UI works identically regardless of
where the agent actually ran.
Keep this process running for as long as you want the agent to be reachable from Paca — it reconnects automatically on a dropped connection.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file paca_acp_bridge-0.10.1.tar.gz.
File metadata
- Download URL: paca_acp_bridge-0.10.1.tar.gz
- Upload date:
- Size: 311.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.30 {"installer":{"name":"uv","version":"0.11.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a106139e07e96322f21872cb6cfabc472642f536f62e4fc53a37f056976b2048
|
|
| MD5 |
64b3dcf168601f544cabb3eac5b46aad
|
|
| BLAKE2b-256 |
7e688edace0d0fa8fbf7022db373fd586269bc62d84a2c9ca06aa10710da3318
|
File details
Details for the file paca_acp_bridge-0.10.1-py3-none-any.whl.
File metadata
- Download URL: paca_acp_bridge-0.10.1-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.30 {"installer":{"name":"uv","version":"0.11.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06a99c27a31c297d1957c43d658ff3a30f41f38545a77258df80f971502b2555
|
|
| MD5 |
297b8aeac729e97d0d1fe9d564767526
|
|
| BLAKE2b-256 |
bf95be0a1ec40a133bfd558303b9deb5cd8eab8ec6148c82cb80310e1b3bf6fd
|