kitaru experiment create
Create an experiment with exact evaluator versions.
Usage
kitaru experiment create NAME [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
NAME | string | Yes | New experiment name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--agent | reference | Yes | Exact agent UUID or case-sensitive name. |
--description | string | No | Experiment description. |
--override | JSON object | No | Replay override applied to every run. |
--tool-policy | JSON object | No | Tool policy applied to every run; omitted uses the server default. |
--evaluator | reference[] | Yes | Exact EVALUATOR@VERSION references. |
--evaluator-params | EVALUATOR@VERSION=JSON_OBJECT[] | No | Parameters for a selected evaluator token. |
--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.