Documentation

Documentation

Operator and architecture docs for acpbot — Telegram as a control surface for ACP coding agents.

Operator and architecture docs for acpbot — Telegram as a control surface for ACP coding agents.

Start here

  1. Getting started — release binary, setup, pair, first topic
  2. Pairing — CLI operator approve flow
  3. Reposacpbot repo manager + folder browser
  4. Configurationconfig.toml reference (paths, speech, OAuth)
  5. Commands — lobby vs topic slash surface

How it works

DocTopic
ArchitectureWorker, acp-host, sockets, store layout
AgentsBuilt-in agents, /model, /agent
MCPBuilt-in acpbot tools, per-repo servers, profiles
Worker APIUnix HTTP API MCP → Telegram
SchedulesDurable delayed/recurring jobs + host ticker
SkillsBundled telegram + schedules skills, global install
OAuthRemote MCP auth (PKCE + DCR)

Source

High-level overview and install: GitHub README.