send_message
Send messages between agents to assign tasks, report completions, and broadcast updates with configurable priority.
Instructions
エージェント間でメッセージを送信する。
Args: sender_id: 送信元エージェントID receiver_id: 宛先エージェントID(Noneでブロードキャスト) message_type: メッセージタイプ(task_assign, task_complete, etc.) content: メッセージ内容 subject: 件名(オプション) priority: 優先度(low/normal/high/urgent) caller_agent_id: 呼び出し元エージェントID(必須)
Returns: 送信結果(success, message_id, message または error)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| subject | No | ||
| priority | No | normal | |
| sender_id | Yes | ||
| receiver_id | Yes | ||
| message_type | Yes | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||