Expand description
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).
Re-exports§
pub use super::super::super::logs::read::all::ClientNotificationPartType as QueuePartType;pub use super::super::super::logs::read::all::Target;
Modules§
Structs§
- Args
- Command
- Queue
Part - One row inside a
ResponseItemblock — amessage_queue_contentsentry. Theidis themessage_queue_contents.id, which you pass toagents queue read id <n>to drill into the body.timestamp_queuedis on the enclosing block, not here (one block = onemessage_queueparent row, sharing oneenqueued_at). - Request
Enums§
- Path
- Response
Item - One pending
message_queuerow, with its content rows grouped asparts. Two variants — direct AIH target or tag target — both flat (no nestedLookupState). - Schema