Agent Builder Evals
Agent Builder Evals is a CLI benchmark suite for evaluating AI agents, not just base models. It compares provider/model/architecture runs across task completion, tool-call accuracy, citation quality, latency, cost, and failure rate.
The MVP is CLI-only. Results are timestamped JSON files in results/; agent-evals show and agent-evals compare are the presentation layer. A future dashboard can read the same JSON contract directly.
Setup
uv sync --extra dev
cp .env.example .env
Set keys as needed:
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
YOU_API_KEY=
Commands
uv run agent-evals list-tasks
uv run agent-evals run --provider anthropic --model claude-opus-4-8 --tasks company_research_001 --out results/
uv run agent-evals run --provider openai --model gpt-5.1 --tasks company_research_001 --out results/
uv run agent-evals show results/run_*.json
uv run agent-evals compare results/run_a.json results/run_b.json
uv run agent-evals replay results/run_a.json
Fairness Model
Both providers receive the same tool specs and execute the same local tool code:
web_searchfetch_urlcode_execsupport_lookup
The provider adapters only translate the shared ToolSpec into each SDK's expected shape.
Tests
make test
The default tests are mocked and do not require API keys. Live smoke runs require provider keys and You.com.
Release files for agent-builder-evals 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent_builder_evals-0.1.0.tar.gz | 90.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_builder_evals-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:133.9 kB
Release files / agent_builder_evals-0.1.0.tar.gz
| Download URL | agent_builder_evals-0.1.0.tar.gz |
|---|---|
| Size | 90.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9bdce75b82097a65c65ac45dfd11adffb172d4fcec30d56ae0d57972945864c2
|
|
BLAKE2b-256 checksum How to use checksums |
835d50bd81c205302a5e00f15a417a311bcafd2c24448a423e752933f27db22e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / agent_builder_evals-0.1.0-py3-none-any.whl
| Download URL | agent_builder_evals-0.1.0-py3-none-any.whl |
|---|---|
| Size | 43.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
111691d234ac77acc358aa68f4d196aee226d960bce9e8bf3ebe7e1dca7569f9
|
|
BLAKE2b-256 checksum How to use checksums |
7eee14b8bf4a7c9d992da4b7596301ee23abaf55e1a62415d1896c8091424db2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|