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 amessage_queue_contents.idto its typed payload via the per-kind content tables, returning aRichContentPartdirectly.- pending
agents queue read pending— stream every pending queue row for the resolved targets, parts-grouped. Symmetric withagents logs read all’s handler:Vec<Target>loop, per-target resolution,FuturesUnorderedfan-out.