Bus Send
bus_sendSend a message to another agent or a specific session of it, with intent, summary, priority, and optional deadline. Target one session via 'agent/slug' or all sessions with a bare name.
Instructions
Send a message to another agent, or to one specific session of it.
Prefer agent/slug when the recipient has more than one session open:
a bare name lands in the shared queue that every session reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | 'kai' for every session, or 'kai/noi-calendar' for one. | |
| intent | Yes | Short intent, e.g. 'bug-fix', 'new-app', 'review-request'. | |
| details | No | Extra payload fields beyond the summary. | |
| summary | Yes | What the recipient needs to know, in plain prose. | |
| priority | No | low | normal | high | urgent | normal |
| thread_id | No | Continue an existing thread. | |
| in_reply_to | No | Message id this answers. | |
| response_by | No | ISO deadline for the reply. | |
| context_refs | No | Absolute paths the recipient should read. | |
| message_type | No | request | brief | response | question | event | handoff | request |
| requires_response | No | Recipient is expected to reply. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||