Skip to content

Convert

The convert command converts evaluation files between YAML and JSONL formats.

Terminal window
agentv convert evals/dataset.yaml --format jsonl
Terminal window
agentv convert evals/dataset.jsonl --format yaml
  • YAML → JSONL for large-scale evaluations, programmatic processing, or compatibility with other tools
  • JSONL → YAML for human editing, adding execution config, or better readability