agentproto CLI

`agentproto` CLI

The agentproto binary is the reference host for AgentProto agent-CLI adapters. It installs adapter packages (claude-code, hermes, opencode, gemini-cli, goose, …), runs them locally for a single turn o

agentproto CLI

The agentproto binary is the reference host for AgentProto agent-CLI adapters. It installs adapter packages (claude-code, hermes, opencode, gemini-cli, goose, …), runs them locally for a single turn or a long-lived session, exposes them as a daemon over an outbound WebSocket tunnel, and orchestrates multi-agent swarms through the runtime kernel.

This tree is tool docs — what the binary does, what flags it takes, what files it touches. For the protocol it implements, see the AIPs at https://agentproto.sh/docs.

Status: alpha. The package is pre-1.0 (0.1.0-alpha.x). See ../../VERSIONING.md for what the alpha guarantees and what may change between minor releases.

Three ways in

Pick whichever matches what you're trying to do:

Reference

Verbs

Concepts

File reference

Install

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

Node ≥ 20.9.0. Optional node-pty for terminal sessions — npm i -g node-pty if you want agentproto sessions terminal and PTY-backed agent attach.