Scenario API
A standalone public khaos.scenarios Python module is not part of the stable API contract in this repository's open-source SDK release.
Status
Not Public Module Surface
Scenario internals and metadata structures are used by CLI and pack systems, but are not currently exposed as stable Python imports for external consumers.
Recommended Workflow
- Use built-in evaluations via
khaos run --eval .... - Use custom pack files for custom prompt/fault/evaluator composition.
- Use
khaos evals listto inspect available built-ins.