Kitaru

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

NameTypeRequiredDescription
EXPERIMENTreferenceYesExperiment UUID or name.

Options

NameTypeRequiredDescription
--cohort-versionUUIDYesExact cohort-version ID.
--agentAGENT@VERSIONYesExact agent version reference.
--baseline-evaluation-modenone|if_missing|forceNoHow to score each baseline session.
--waitbooleanNoWait for remote work settlement.
--intervalpositive floatNoPolling interval; requires --wait.
--timeoutpositive floatNoLocal wait timeout; requires --wait.
--idempotency-keystringNoRetrying 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.

On this page