hub_queue_send
Append a message to a role's queue for handoff to another agent or node. The message is delivered to the next caller waiting for that role.
Instructions
Append a message to a role's queue (queues/..queue.md) for cross-agent/cross-node handoffs. Delivered to whoever calls hub_queue_wait (or hub queue wait) for that role, here or on a mesh-synced peer node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | who is sending — the function you are performing, e.g. "dev-hubd" or "orchestrator". NOT which model you are, and NOT the target role. Required like every other write: the delivered block says "from <sender>" forever. | |
| role | Yes | queue/role to deliver to, e.g. "zaika" or "owner" | |
| text | Yes |