Skip to main content

Module cli

Module cli 

Source

Modules§

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.
agents_instances_listener
Consumer + wire types for the cli daemon’s /agents/instances/{*aih} endpoint — one agent’s full conversation, history + live.
broadcast_listener
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
laboratories_list_listener
Consumer + wire types for the cli daemon’s /laboratories/list endpoint — the laboratories list merge as a live stream.
laboratories_listener
Consumer + wire types for the cli daemon’s /laboratories/{id} endpoint — one laboratory’s full record, live.
plugins
Plugin protocol wire types and (future) helpers.

Structs§

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).

Enums§

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.