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§
Structs§
- Args
- Command
- Message
Args - 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_tagis set).