assign_task_to_agent
Assign a task to an agent for parallel execution. Specify task ID, agent ID, and optionally a branch and worktree path.
Instructions
タスクをエージェントに割り当てる。
※ Admin のみ使用可能。
Args: task_id: タスクID agent_id: エージェントID branch: 作業ブランチ(オプション) worktree_path: worktreeパス(オプション) caller_agent_id: 呼び出し元エージェントID(ロールチェック用)
Returns: 割り当て結果(success, task_id, agent_id, message または error)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | ||
| task_id | Yes | ||
| agent_id | Yes | ||
| worktree_path | No | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||