Skip to main content

Module read

Module read 

Source
Expand description

agents queue read sub-tier CLI dispatch. Two leaves: id <id> (unary fetch) and pending [parent] (streaming list).

Modules§

id
agents queue read id — resolve a message_queue_contents.id to its typed payload via the per-kind content tables, returning a RichContentPart directly.
pending
agents queue read pending — stream every pending queue row for the resolved targets, parts-grouped. Symmetric with agents logs read all’s handler: Vec<Target> loop, per-target resolution, FuturesUnordered fan-out.

Functions§

execute