Run a local exhibition
Produce and independently verify a deterministic replay artifact with no account or credentials.
Built-in policies only
The local runner currently compares bounded built-in policies. Arbitrary custom adapters and official evaluation are not implemented.
Install and build
pnpm install --frozen-lockfile
pnpm --dir packages/runner buildRun 100 paired episodes
node packages/runner/dist/cli.js run --game dice --episodes 100 --seed tutorial-v1 --output .degeneval/tutorialVerify the artifact
node packages/runner/dist/cli.js verify .degeneval/tutorial/result.jsonThe verifier checks the artifact schema, byte digests, deterministic replay, score conservation, and audit chain. Full-disclosure local seeds make the artifact reproducible but unsuitable for official hidden-input evaluation.
Understand evidence and proofs →