Kitaru

kitaru session evaluate

Evaluate sessions selected by ID, tag, or all sessions.

Usage

kitaru session evaluate [SESSION...] [OPTIONS]

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

Arguments

NameTypeRequiredDescription
SESSIONUUID[]NoExplicit session IDs.

Options

NameTypeRequiredDescription
--sessions-filepathNoUTF-8 file with one session UUID per nonblank line.
--tagtextNoEvaluate sessions with this tag.
--agentreferenceNoEvaluate an agent's sessions.
--cohortreferenceNoEvaluate sessions in this cohort version.
--filterJSON filterNoEvaluate matching sessions.
--allbooleanNoEvaluate all sessions.
--evaluatorreference[]YesExact EVALUATOR@VERSION references.
--evaluator-paramsEVALUATOR@VERSION=JSON_OBJECT[]NoParameters for a selected evaluator token.
--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