Skip to main content

Prerequisites

Create a key under Settings > API keys, then set the key and a model id:
The key needs evals:write and evals:read. Use a model id from your configuration, or find one with anpord.evals.models({ harness: "codex" }).

Install

Run an eval

Create eval.ts:
Run it:
Each trial runs in its own sandbox. The first scored result becomes the baseline for this case, harness, harness version, model, and sandbox provider.

Write cases

Set the source, task, setup, and verifier.

Run in CI

Fail a build on regressions or missing evidence.