Skip to main content

agent-exam

docs

Eval framework for agent skills. Point it at a repo of skills and a suite of YAML tasks, and it runs them against a real agent CLI, grades the resulting transcript, and reports verdicts plus cost and token metrics.

Supported harnesses: Claude Code, Codex CLI, Copilot CLI and OpenCode. Each runs as a subprocess against your existing subscription or login — no pay-per-token API key is required.

Intended use

Interactive development of skills — edit a skill, run the relevant suite or a single task, read the report, iterate. Automating runs against subscription-backed CLIs may stretch a harness's terms, and LLM evals are slow and expensive enough that running every suite on every change buys little extra signal.

Install

pip install agent-exam

Quick start

In the repo holding your skills:

# evals/config.yaml
default_harness: claude_code

Skills are picked up from ./skills by default; set skills_dirs to point elsewhere.

# evals/suites/my-suite/tasks/greets.yaml
description: |
  The skill should greet by name.
kind: execute
prompt: |
  Greet Ada.
assertions:
  - skill_invoked: my-skill
  - judge: |
      The reply greets Ada by name.
  - no_permission_errors:
agent-exam doctor          # preflight checks
agent-exam my-suite        # run the suite
agent-exam show latest     # read the report

examples/config.yaml documents every configuration key, and the documentation covers writing suites, grading with judges and reading the reports.

The evals directory is found relative to the nearest pyproject.toml and defaults to evals/. Add a [tool.agent-exam] section only to point somewhere else, or to register a pre_run_hook:

# pyproject.toml
[tool.agent-exam]
evals_dir = "qa/evals"
pre_run_hook = "evals.hooks:pre_run_hook"

What it gives you

  • Multi-harness by design. Assertions and the normalized transcript are harness-neutral, so adding another agent CLI is a small adapter rather than a core rewrite.
  • Trigger evals are first-class. Test whether the right skill fires for a given prompt, separately from whether it then does the right thing.
  • Reality-check modes. --without-skill re-runs a suite with one skill removed and --no-skills with the whole library removed, so you can see whether a skill earns its place against the bare agent.
  • Tags for the costly evals. Tag a task or a whole suite, declare the tag excluded by default, and a run spanning every suite covers the cheap tasks only; --tag and --all-tags bring the rest back.
  • Deterministic and LLM-judge assertions, per-attempt fixtures and isolated working directories, parallel execution with concurrency groups, and regression reports across runs (runs, show, history, diff).
  • Rescoring without re-running. agent-exam rescore re-grades archived attempts against current assertions.

Contributing

uv sync
uv run pytest                  # unit tests
tox                            # full matrix, linting, packaging checks
pre-commit install

Pull requests run a secrets scan that must pass before merging; pre-commit install runs the same check locally. If it flags a value that is genuinely not a secret, audit it into .secrets.baseline and mention it in the PR.

License

Apache-2.0. See LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agent_exam-0.2.0.tar.gz (241.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agent_exam-0.2.0-py3-none-any.whl (177.5 kB view details)

Uploaded Python 3

File details

Details for the file agent_exam-0.2.0.tar.gz.

File metadata

  • Download URL: agent_exam-0.2.0.tar.gz
  • Upload date:
  • Size: 241.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agent_exam-0.2.0.tar.gz
Algorithm Hash digest
SHA256 274535b1a7f53854e4042d17317a0f416c5e1aa3e4f506e780b78899913c29c9
MD5 82e92fb6e8cceb68f22cd18f65c47d9c
BLAKE2b-256 6fbbff64c2ff081f0ca5227396c5d5fcb18b8c9cd4418b2e855ab75e8a37ba2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_exam-0.2.0.tar.gz:

Publisher: publish.yml on zytedata/agent-exam

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agent_exam-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: agent_exam-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 177.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agent_exam-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a63846883100d7b64ca80c0f21e2ab644b02e54db29b84f79d287f8820537b57
MD5 1e97342de2e63ff2a81ee0c829e045b4
BLAKE2b-256 5cd58d26f2753b81c82e40167c8ddfda725762b9a9de3295a50158a4a71ddbba

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_exam-0.2.0-py3-none-any.whl:

Publisher: publish.yml on zytedata/agent-exam

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page