Skip to main content

Module queue

Module queue 

Source
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 its message_queue.id and returns the deleted row’s metadata + reconstructed content body. Cascade on message_queue_contents.message_queue_id sweeps 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 read sub-tier CLI dispatch. Two leaves: id <id> (unary fetch) and pending [parent] (streaming list).

Functions§

execute