Skip to main content

Module read

Module read 

Source
Expand description

agents queue read sub-tier. Two leaves:

  • id <id> — fetch one piece of queued content by prompt_contents.id.
  • pending [parent] — stream queued prompts under parent (or the cli’s own position when omitted).

Modules§

id
agents queue read id — fetch one piece of queued content by its prompt_contents.id.
pending
agents queue read pending — stream every pending (i.e. active = TRUE) message_queue row for the resolved targets, coalesced into parts-grouped ResponseItem blocks. Symmetric with agents logs read all’s ClientNotification shape — same Target input, same per-part type tag, same id shape (an i64 you pass to the matching read id verb to drill into the body).

Enums§

Command
Request
ResponseItem

Functions§

execute
execute_transform