agentproto CLI

Reference host for AgentProto agent-CLI adapters. Install adapters, run a single turn or a persistent session, expose them as a daemon, orchestrate multi-agent swarms.

Install

npm i -g @agentproto/cli
agentproto --version

Run an agent CLI locally

Install an adapter (claude-code, hermes, …) and run a single turn or a persistent session.

Share with a hosted agent

Log in via device flow, then expose your machine as a daemon over an outbound WebSocket tunnel.

Orchestrate a swarm

Compose a substrate + dispatcher + participants in a manifest. Kernel-routed, plugin-extensible.

Reference docs

Verb-by-verb usage, concepts, and exact on-disk schemas live under /docs. The pages are synced from agentproto/ts:docs/cli at build time — same source the package ships next to its code.