Convert
The convert command converts evaluation files between YAML and JSONL formats.
YAML to JSONL
Section titled “YAML to JSONL”agentv convert evals/dataset.yaml --format jsonlJSONL to YAML
Section titled “JSONL to YAML”agentv convert evals/dataset.jsonl --format yamlWhen to Use
Section titled “When to Use”- YAML → JSONL for large-scale evaluations, programmatic processing, or compatibility with other tools
- JSONL → YAML for human editing, adding execution config, or better readability