Skip to main content Module cli Copy item path Source command Async handlers for every cli leaf command (except api,
schemas, the internal instance subprocess runner, and
clap’s external plugin dispatch). Stubs today; typed Args plugins Plugin protocol wire types and (future) helpers. websocket_agents_instances_list_listener Consumer + wire types for the cli daemon’s /agents/instances/list endpoint — a
live stream of every agent’s active/inactive status. websocket_agents_instances_listener Consumer + wire types for the cli daemon’s
/agents/instances/{*aih} endpoint — one agent’s full
conversation, history + live. websocket_listener Error A failure or advisory written to stdout. fatal: true means the
process is exiting with a non-zero status; fatal: false is a
non-blocking warning (e.g. auto-update failed but the requested
command still ran). ErrorType Single-variant discriminator for Error ’s type field.
Always "error" on the wire. Level Severity matching the conventions used by bunyan / pino / log crate
JSON encoders. fatal is encoded separately on Error .