protocol agentproto.shcli cli.agentproto.shpanel /panel

reference host · 9 adapters · v1 on npm

Install it. Run an agent. Watch it live.

The reference host for AgentProto adapters — run a turn, keep a session, serve a daemon, orchestrate a swarm. One binary.

npm i -g @agentproto/cli
zsh — 60 seconds to a supervised agent
$ npm i -g @agentproto/cli
+ @agentproto/cli — 9 adapters detected
$ agentproto serve
gateway up · http://127.0.0.1:18790 · panel ready
$ agentproto sessions start claude-code --prompt "fix tests"
s_7f2k · claude-code · running — watch it in the panel

the panel

Every session, live, in one dashboard

Session sidebar, terminal/chat/JSON/event views per session, shareable deep-links over a tunnel. It talks to whatever daemon it finds on ports 18790–18795, local or remote.

Open the panel
panel · connected · http://127.0.0.1:18790
The agentproto panel: a session sidebar on the left, a live terminal view of a running claude-code session on the right.

reference docs

Verb-by-verb usage, concepts, and exact on-disk schemas — synced from the package's own docs at build time.

Browse the docs →

For the protocol itself — the daemon, orchestration, and the AIP spec family — see agentproto.sh.