create_agent
Create a new agent to assign a role and working directory for parallel AI CLI task execution in tmux sessions.
Instructions
新しいエージェントを作成する。
単一セッション方式: 左右40:60分離レイアウト
Owner: tmux ペインに配置しない(実行AIエージェントが担う)
左 40%: Admin (pane 0)
右 60%: Worker 1-6 (pane 1-6)
Worker 7以降は追加ウィンドウ(2×5=10ペイン/ウィンドウ)
※ Owner と Admin のみ使用可能。
Args: role: エージェントの役割(owner/admin/worker) working_dir: 作業ディレクトリのパス ai_cli: 使用するAI CLI(claude/codex/agy/cursor、省略でデフォルト) caller_agent_id: 呼び出し元エージェントID(必須)
Returns: 作成結果(success, agent, message または error)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| ai_cli | No | ||
| working_dir | Yes | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||