@telepath-computer/pi-acp
v0.1.0
Published
ACP endpoint for a live pi session over a unix socket, plus the pi-acp stdio relay
Readme
@telepath-computer/pi-acp
An ACP endpoint for a running pi session, served over a unix socket. An external ACP client — Television, an editor, any ACP-speaking host — attaches to the same live session the terminal is driving: prompts sent over the socket run in that session, and streamed output and tool activity fan out to every attached client as well as the TUI.
pi install npm:@telepath-computer/pi-acpSurface
- The socket lives in the coding-agent home (
acp.sock); one live session holds it at a time. WithautoStart(the default) a starting session binds a free or stale socket automatically;/acp attachclaims it explicitly (cooperative takeover from a live holder — never forced), and/acp detachfrees it. pi-acp(the package's npm bin) is a stdio↔socket relay for hosts that spawn their ACP agent as a subprocess. An attach-only machine installs it withnpm i -g @telepath-computer/pi-acp; it has no pi dependency.
SPEC.md is the authority on behavior.
