Evals¶
Evals are automated quality checks that run your agent pipelines against a fixed dataset and score the outputs.
Creating an eval¶
- Go to Evals in the dashboard
- Click New eval
- Select a pipeline definition and a dataset
- Configure scoring criteria (exact match, LLM-as-judge, custom function)
Scheduling¶
Evals can run: - On demand — triggered manually or via API - On schedule — cron-based (e.g. daily at 02:00 UTC) - On deploy — automatically after each successful INT deploy
Compare runs¶
The Compare view lets you run the same dataset through two different configurations (different models, prompts, or pipeline versions) side by side to measure regressions or improvements.