trinity_send
Send a durable message to another agent's inbox for follow-ups, handoffs, or task-linked notes. Saves locally without running a worker.
Instructions
Write a durable message from one Trinity agent to another agent's inbox. Use this for follow-up context, review handoffs, or task-linked notes; use trinity_dispatch to create executable work. This writes to the local message database, does not run a worker, and returns the stored message record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message body to persist in the target inbox. | |
| task_id | No | Optional associated task id for threading or audit context. | |
| source_agent | No | Sender agent id recorded on the message; defaults to mcp. | |
| target_agent | Yes | Recipient agent id that will receive the inbox message. |