Expand description
agents queue — CLI-side dispatch for the queue subtree. add
is gone — agents message now handles enqueue under the hood.
NOTE: scheduled for an upcoming refactor — the internal leaves still reflect the prior shape and are intentionally left untouched by the current rename pass.
Modules§
- delete
agents queue delete— bare-naked handler. Atomically drops one queued message by itsmessage_queue.idand returns the deleted row’s metadata + reconstructed content body. Cascade onmessage_queue_contents.message_queue_idsweeps every per-kind content row inside the same transaction.- deliver
agents queue deliver— wake every queue-pending target in the caller’s subtree.- read
agents queue readsub-tier CLI dispatch. Two leaves:id <id>(unary fetch) andpending [parent](streaming list).