Kitaru

kitaru replay create

Create one standalone replay from an exact baseline session.

Usage

kitaru replay create BASELINE [OPTIONS]

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

Arguments

NameTypeRequiredDescription
BASELINEUUIDYesBaseline session ID.

Options

NameTypeRequiredDescription
--evaluatorEVALUATOR@VERSION[]YesExact evaluator version; repeat for additional evaluators.
--evaluator-paramsEVALUATOR@VERSION=JSON_OBJECT[]NoParameters for a selected evaluator token.
--agentAGENT@VERSIONNoExact agent version; omit to use the baseline's recorded version.
--overrideJSON objectNoReplay model, prompt, or model-parameter override.
--tool-policyJSON objectNoTool policy; omitting it uses the server default and may execute live tools.
--baseline-evaluation-modenone|if_missing|forceNoHow to score the baseline session.
--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