Skip to main content

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-token for Claude Code, or export OPENAI_API_KEY / GEMINI_API_KEY for 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.

Since Paca doesn't inject anything into an ACP conversation, making your agent Paca-aware — so it uses Paca's MCP tools and task/doc workflow instead of local TODOs and stray markdown files — means installing that yourself into whichever CLI you're running. Paca's Agents UI walks through this for your specific agent (bridge install, skill install, MCP connection), or run it directly from a terminal:

PACA_API_URL=<your-paca-url> \
  curl -fsSL https://raw.githubusercontent.com/Paca-AI/paca/master/scripts/install-paca-skills.sh | bash

PACA_API_URL is required here — the installer fetches skill content from that instance's API (matching the exact version it's running) rather than GitHub. PACA_API_KEY (from Paca → Settings → API Keys) is optional, but also pulls in skills contributed by any plugins enabled on that instance. Run this from the same project directory you'll run the ACP bridge from — Claude Code and Gemini CLI pick the skills up globally either way, but Codex (and anything else that reads AGENTS.md) only sees them if the installer's AGENTS.md output landed in that project. See docs/guides/install-skills.md for details.

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.

Assistant text arrives in position

ACPAgent streams tool calls as they happen, but buffers the agent's own text for the entire turn and persists it only at the end, inside the FinishAction of the turn's closing event. On its own that means everything the agent said shows up after everything it did.

The daemon subscribes to the conversation's token callbacks and forwards each run of buffered text as a MessageEvent just before whatever event came next, so narration is interleaved with the tool calls it describes. The turn's closing FinishAction/FinishObservation pair is built from the join of those same chunks, so each is blanked when it would be a trailing duplicate of what already streamed — the text is still persisted, in the events it was split into. "Trailing", not just exact, because a turn retried in place after a transient ACP connection error resets the SDK's own accumulated text but not this daemon's buffer, so the surviving attempt's text is still an exact duplicate of the tail of what streamed, not necessarily the whole thing.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paca_acp_bridge-0.12.4.tar.gz (318.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

paca_acp_bridge-0.12.4-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file paca_acp_bridge-0.12.4.tar.gz.

File metadata

  • Download URL: paca_acp_bridge-0.12.4.tar.gz
  • Upload date:
  • Size: 318.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","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

Hashes for paca_acp_bridge-0.12.4.tar.gz
Algorithm Hash digest
SHA256 6d969d048612d0451d05178afdb0a4ef5f5109c7658f6b39f83c67b016206d16
MD5 9e56f1799f8496216b68747895dd62e8
BLAKE2b-256 69784412c919bb05ebb1a6b3039eddcf5d85cc2b0637c0e8f915e69aea55eb9a

See more details on using hashes here.

File details

Details for the file paca_acp_bridge-0.12.4-py3-none-any.whl.

File metadata

  • Download URL: paca_acp_bridge-0.12.4-py3-none-any.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","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

Hashes for paca_acp_bridge-0.12.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9abede54f96bf9e9d4f3677f6a9b5e9f1cc1f6d8e28a69400fdf9ed1b7904c0c
MD5 9daf44db750a779c84f5a4cc6945696a
BLAKE2b-256 8eac3af511c667dc9437a68ec89eeb758f8d04b2ed21bb8c27ecd45c9db266bc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page