Calibrate CLI on GitHub
View source, releases, and contribute
What you can do
- Manage agents — create, update, list, and verify-connect agents; resolve friendly names to UUIDs
- Build test suites — author test cases individually or in bulk, update them, and link them to agents
- Configure evaluators — create and version the judges that score runs
- Run evaluations — launch test runs and benchmarks for one agent or many, then poll status and per-test-case results
- Review with humans — create annotation tasks, run evaluators over them, and measure reviewer agreement
- Script anything — JSON, YAML, table, or TOON output with
jqfiltering, plus a non-interactive mode built for CI/CD
Quick start
1
Install the CLI
2
Authenticate
3
Run agent tests
task_id.4
Poll for the evaluation results
Command reference
Agents
List agents and resolve names to UUIDs.
Agent tests
Link tests, launch runs and benchmarks, and poll their results.
Tests
Create test cases individually or in bulk, and update them.
Evaluators
Create and version the judges that score runs.
Annotation tasks
Route runs to human reviewers and measure agreement.
Global flags
All commands support these flags:JSON output
Use--output-format json to get machine-readable output:
Requirements
- macOS or Linux