Skip to main contentModule agents
Source - enqueue
agents enqueue — fire-and-forget into the queue.- get
agents get — async handler stub.- instances
agents instances — caller-side handles that didn’t earn their
own top-level home under agents. Two leaves today:- list
agents list available — async handler stub.- logs
agents logs — persisted log tier. Leaves:- mcp
agents mcp — query a live agent’s aggregated MCP surface over its
per-response_id listener socket. Sub-groups:- message
agents message — unary delivery primitive with a total FIFO
order.- publish
agents publish — async handler stub.- queue
agents queue — deferred prompts queue. Top-level subcommands:- selector
- Shared agent-input shape for
agents spawn and agents message. - spawn
agents spawn — async handler stub.- tags
agents tags — client-side agent tags. Tags uniquely identify
one agent instance hierarchy and are stored locally (not on the
API server). Two leaves:- wait
agents wait — block until an agent is done.
- Command
- ListenerExecution
/listen mirror of Request: one variant per child, wrapping
its ListenerExecution. See crate::cli::broadcast_listener.- Request
- ResponseItem
- execute
- execute_transform