Scenario Commands (Legacy)

In the stable open-source CLI documented by this repo, scenario-specific commands are not part of the primary public workflow.

Current Recommendation

Use evaluation packs through khaos run and khaos ci.

Terminal
# Run built-in evaluations
khaos run my-agent --eval quickstart
khaos run my-agent --eval full-eval
khaos run my-agent --eval security

# CI mode
khaos ci my-agent --eval quickstart --sync

Custom Scenario Content

For custom behavior, prefer pack-driven inputs and fault configuration documented in:

Why This Page Exists

Legacy/Hidden Surface
Older internal flows referenced khaos scenarios .... Those commands are not part of the stable CLI contract for this release and should not be used for production automation.

Related