parallel_execute
Run several tasks in parallel subprocesses, returning all outcomes and individual execution traces in a combined structured report.
Instructions
複数タスクをサブプロセスで並列実行し、全結果をまとめて返す。
各タスクの実行過程が個別にトレースされ、構造化レポートで返る。
Args: tasks: タスクリスト(改行区切り。各行が1つのタスク) model: 使用モデル sandbox: サンドボックスモード cwd: 作業ディレクトリ timeout: 全体タイムアウト秒数
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| model | No | gpt-5.4 | |
| tasks | Yes | ||
| sandbox | No | read-only | |
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |