Evaluator API

A dedicated public khaos.evaluators Python namespace is not exposed as a stable API contract in this release.

Status

Internal Contract
Evaluator implementations exist inside the SDK internals and power CLI/pack execution, but they are not currently documented as stable external Python APIs.

What To Use Instead

  • Use khaos run --eval ... for evaluation execution.
  • Use khaos ci ... for thresholds and CI outputs.
  • Use khaos compare ... and khaos export ... for analysis/reporting.

Related Docs