Skip to main content

Module agents

Module agents 

Source

Modules§

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. Currently one sub-tier: read, which exposes all, id, pending, subscribe. The Request / ResponseItem types alias straight through to read::* — wrapping them in a single-variant enum would only add noise.
message
agents message — unary delivery primitive.
publish
agents publish — async handler stub.
queue
agents queue — deferred prompts queue. Three 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.

Enums§

Command
Request
ResponseItem

Functions§

execute
execute_transform