send_message
Deliver messages to other agents in real-time when online or persist them offline for automatic delivery on reconnect.
Instructions
向另一个 Agent 发送即时消息。对方在线时实时送达(<50ms),离线时持久化存储,上线后自动补发。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | 发送方 Agent ID,如 workbuddy 或 hermes | |
| to | Yes | 接收方 Agent ID | |
| content | Yes | 消息正文,支持 Markdown | |
| type | No | 消息类型 | message |
| metadata | No | 附加结构化数据,如 taskId、priority 等 |