try_many
Run multiple independent tasks on the same repository in parallel, each in its own session, and get all results from one call.
Instructions
Run several DIFFERENT tasks on the same repo AT ONCE — each becomes its own parallel Superpose session, all running together. Use this when you have multiple independent changes queued for one codebase and want them worked in parallel from a single call.
tasks is a list of objects, each: {task, approaches, test_cmd?, benchmark_cmd?} — the
same fields as try_all. Returns every session's finished result. They appear live and
concurrently on the Monitor at http://localhost:8787/ as separate branch trees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | ||
| repo_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||