kitaru experiment run start
Start an experiment run and optionally wait for terminal settlement.
Usage
kitaru experiment run start EXPERIMENT [OPTIONS]Supported --output modes: auto, text, json, jsonl.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
EXPERIMENT | reference | Yes | Experiment UUID or name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--cohort-version | UUID | Yes | Exact cohort-version ID. |
--agent | AGENT@VERSION | Yes | Exact agent version reference. |
--baseline-evaluation-mode | none|if_missing|force | No | How to score each baseline session. |
--wait | boolean | No | Wait for remote work settlement. |
--interval | positive float | No | Polling interval; requires --wait. |
--timeout | positive float | No | Local wait timeout; requires --wait. |
--idempotency-key | string | No | Retrying this exact invocation with the same key returns the original result instead of acting twice. |
Every command also accepts the global options listed on the CLI overview page.