Skip to main content

Module enqueue

Module enqueue 

Source
Expand description

agents enqueue — fire-and-forget into the queue.

Persists one message into message_queue against an agent instance or tag and returns immediately: no lock race, no spawn child, no delivery wait (that’s agents message). With --key, the enqueue is idempotent — any pre-existing row scoped to the same (target, key) pair is replaced.

Modules§

request_schema
response_schema

Structs§

Args
Command
MessageArgs
Required user-message group. Mirrors agents message’s shape: exactly one of the five flags must be set.
Request
Response
The freshly parked queue row: its id and the target it’s scoped to (exactly one of agent_instance_hierarchy / agent_tag is set).

Enums§

Path
Schema

Functions§

execute
execute_transform