create_task
Creates a new task for assignment to an AI agent, enabling parallel task execution across multiple CLI instances.
Instructions
新しいタスクを作成する。
※ Owner と Admin のみ使用可能。
Args: title: タスクタイトル description: タスク説明 assigned_agent_id: 割り当て先エージェントID(オプション) branch: 作業ブランチ(オプション) metadata: 追加メタデータ(オプション) caller_agent_id: 呼び出し元エージェントID(必須)
Returns: 作成結果(success, task, message または error)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| branch | No | ||
| metadata | No | ||
| description | No | ||
| caller_agent_id | No | ||
| assigned_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||