yb init
Create a starter configuration file with helpful comments and sensible defaults.
yb init [--force]youBencha provides a powerful command-line interface for running and managing AI agent evaluations.
| Command | Description |
|---|---|
yb init | Initialize a new evaluation suite |
yb run | Execute an evaluation suite |
yb report | Generate evaluation reports |
yb validate | Validate suite configuration |
yb list | List available evaluators |
yb suggest-suite | AI-powered suite suggestions |
yb init
Create a starter configuration file with helpful comments and sensible defaults.
yb init [--force]yb run
Execute an evaluation suite against an AI agent.
yb run -c <config-file>yb report
Generate human-readable reports from evaluation results.
yb report --from <results-file>yb validate
Validate configuration without running.
yb validate -c <config-file>These options are available for all commands:
| Option | Description |
|---|---|
--help, -h | Show help for a command |
--version, -V | Show version number |
Get help for any command by adding --help:
yb run --helpyb report --help