> ## Documentation Index
> Fetch the complete documentation index at: https://docs.primeintellect.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

<CardGroup>
  <Card title="GitHub Repository" icon="github" href="https://github.com/PrimeIntellect-ai/verifiers">
    Verifiers Repo
  </Card>
</CardGroup>

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](/verifiers/v1/overview)** — The current documentation for verifiers v1 (`verifiers.v1`), built around tasksets, harnesses, and traces. This is what new environments should target.
* **[Legacy (v0)](/verifiers/legacy/overview)** — The documentation for legacy verifiers v0 environments (`import verifiers as vf`). v0 is considered deprecated and will be fully removed in a future release.
