Verifiers v0.1.3 Release Notes
Date: 8/26/25
Verifiers v0.1.3 adds a number of features for expanded functionality and ease of use, along with additional library integrations and bug fixes.
Highlights
- We now have a TUI! 🎉 Run
vf-tuito interactively browse all locally-saved evaluation results in your terminal. - Overhauled logging for
vf-evalevaluation results with tagged JSON artifact folders.- Defaults to saving in your environment's project directory under
outputs/if developing locally;./outputsif using an environment installed from elsewhere. - The short-lived Markdown report outputs are now deprecated.
- Defaults to saving in your environment's project directory under
- Multimodal-input tasks are supported for evaluation (see
environments/mmmufor an example)! Official trainer support in verifiers is pending, and can be accessed via HUD's hud-vf-gym project. - Optional
asyncfor reward functions, tools, and Environment class methodsmaybe_awaitpattern for safe accommodation of both sync and async functions- Sync extensions of
env_responseandis_completedin MultiTurnEnv will work, but with a type warning; users are encouraged to migrate these functions to async for ongoing usage.
- Full JSON sampling args in
vf-evalvia-S(#240). - Official community examples library under very active development: prime-environments
- Native
init/push/pull/installsupport in prime-cli (and more...)- Run
uv tool install primefor a preview 🙂
- Run
- Feature-complete support for training and online evaluations in prime-rl.
- Improved caching and parallelization for JudgeRubric.
Rubric.class_objectsvalues are available to all reward functions by key name.- Bug fixes for tool call sanitization and saving datasets to Huggingface
- Improvements to documentation.
- From the recent
0.1.2.post1pre-release version: - New required dependencies since
0.1.2:rich,textual,jinja.
Thanks to everyone who contributed to this release!
- @lakshyaag (#240, #241)
- @cat-state (#238)
- @qgallouedec (#218, #217)
- @vgel (#201, #196)
- @nathom (#200)
- @snellingio (#195, #194)
- @MarwanMashra (#184)
- @alanxmay
And a special thanks to the entire Prime Intellect team, with PRs this cycle from: - @JannikSt
- @mikasenghaas
- @samsja
Stay tuned for some big announcements in the coming days 😊
Full Changelog: v0.1.2...v0.1.3