send_task
Send a task instruction to an agent via file, specifying task content and session ID, enabling parallel execution in multi-agent environments.
Instructions
タスク指示をファイル経由でエージェントに送信する。※ Owner と Admin のみ使用可能。
Args: agent_id: エージェントID task_content: タスク内容(Markdown形式) session_id: Issue番号または一意なタスクID auto_enhance: 自動拡張を行うか(デフォルト: True) branch_name: 作業ブランチ名(Admin 用、省略時は feature/{session_id}) report_template: レポートテンプレート名(例: "security", "general")。 指定するとテンプレートのファイルパスが Worker のタスク指示に注入される。 caller_agent_id: 呼び出し元エージェントID(必須)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| session_id | Yes | ||
| branch_name | No | ||
| auto_enhance | No | ||
| task_content | Yes | ||
| caller_agent_id | No | ||
| report_template | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||