Skip to main content

GitHub Repository

Verifiers Repo
verifiers is a framework for defining tasks, running agents and harnesses, scoring them on set tasks, and using those for evaluations and reinforcement learning.

Documentation

The documentation is split into two sections:
  • verifiers v1 — The current documentation for verifiers v1 (verifiers.v1), built around tasksets, harnesses, and traces. This is what new environments should target.
  • Legacy (v0) — The documentation for legacy verifiers v0 environments (import verifiers as vf). v0 is considered deprecated and will be fully removed in a future release.