send_command
Send a command to a specific agent in a multi-agent environment. Only authorized users can execute, with an option to allow dangerous commands.
Instructions
指定エージェントにコマンドを送信する。
※ Owner と Admin のみ使用可能。
Args: agent_id: 対象エージェントID command: 実行するコマンド allow_dangerous: 危険判定コマンドを明示許可するか caller_agent_id: 呼び出し元エージェントID(必須)
Returns: 送信結果(success, agent_id, command, message または error)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| agent_id | Yes | ||
| allow_dangerous | No | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||