Runtime API

A dedicated public khaos.runtime Python module is not part of the stable open-source API surface in this repository.

Status

Not Public in Stable Release
Runtime internals are used by CLI execution paths, but are not exported as a stable, documented Python module contract for external integrations.

Recommended Path

Use the CLI for runtime behavior and reproducibility:

  • khaos run --seed ... for deterministic scheduling
  • khaos ci ... for pipeline execution and gating
  • khaos compare ... for result deltas

Related Docs