Kitaru

kitaru experiment create

Create an experiment with exact evaluator versions.

Usage

kitaru experiment create NAME [OPTIONS]

Supported --output modes: auto, text, json.

Arguments

NameTypeRequiredDescription
NAMEstringYesNew experiment name.

Options

NameTypeRequiredDescription
--agentreferenceYesExact agent UUID or case-sensitive name.
--descriptionstringNoExperiment description.
--overrideJSON objectNoReplay override applied to every run.
--tool-policyJSON objectNoTool policy applied to every run; omitted uses the server default.
--evaluatorreference[]YesExact EVALUATOR@VERSION references.
--evaluator-paramsEVALUATOR@VERSION=JSON_OBJECT[]NoParameters for a selected evaluator token.
--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