GitHub Repository
Verifiers Repo
- A dataset of task inputs
- A harness for the model (tools, sandboxes, context management, etc.)
- A reward function or rubric to score the model’s performance
Getting Started
Ensure you haveuv installed, as well as the prime CLI tool:
uv init), installs verifiers (with uv add verifiers), creates the recommended workspace structure, and downloads useful starter files:
verifiers to an existing project:
| Extra | Install | Enables |
|---|---|---|
modal | uv add "verifiers[modal]" | The v1 Modal sandbox runtime |
notebook | uv add "verifiers[notebook]" | Environment.generate_sync() inside Jupyter or another active event loop |
quest | uv add "verifiers[quest]" | QUEST PDF parsing and evaluation |
my_env with a runnable environment
template.
load_environment function which returns an
environment object. For simple legacy environments, this can still be a direct
constructor:
./configs/endpoints.toml.
View local evaluation results in the terminal UI:
environment -> model -> run). Press Enter on a run to open rollout details, b to go back, tab to cycle panes, e and x to expand or collapse history, pageup and pagedown to scroll history, and c for Copy Mode.
To publish the environment to the Environments Hub, do: