msg_send
Send messages from one agent to another. Prevent duplicate processing with dedup keys and preserve conversation context with thread IDs.
Instructions
Send a message to another agent. Supports deduplication and threading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Message body | |
| sender | Yes | Sender agent name | |
| subject | Yes | Message subject | |
| priority | No | Priority: high, normal, low | normal |
| dedup_key | No | Deduplication key to prevent duplicate processing | |
| recipient | Yes | Recipient agent name | |
| thread_id | No | Thread ID for conversation continuity |