Quick Start
Install evalflow and run your first quality gate in 10 minutes.
Core Concepts
Understand quality gates, baselines, and eval methods.
CLI Reference
Complete reference for every evalflow command and flag.
CI/CD Integration
Add evalflow to GitHub Actions, GitLab CI, or CircleCI.
How it works
1
Install
2
Initialize
Run
evalflow init to create your config, prompt files, and dataset.3
Write test cases
Add test cases to
evals/dataset.json with expected outputs and eval methods.4
Run the gate
Run
evalflow eval. Exit code 0 means pass, 1 means regression, 2 means error — ready for CI.