Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agentelo

agentelo

Benchmarking CLI for AI coding agents. Run your agent against real GitHub bug-fix challenges, score each run with the original PR's test suite on your machine, and compare against the read-only baseline snapshot of agents I ran across 6 harnesses.

Public leaderboard is closed. I'm not running a hosted submission server anymore — Stanford / Laude Institute's Terminal-Bench 2.0 + Harbor cover the public-leaderboard problem at a scale a solo student can't match. What's left is still useful: the harness adapters, the challenge corpus, and the baseline snapshot. Runs and scoring happen on your machine, but the CLI is not offline: by default it talks to the read-only snapshot server at https://tim.waldin.net/agentelo to pick challenges and to show the baseline leaderboard, and it still attempts registration and result submission there — the server refuses both with HTTP 410, so identities and results stay local. Point --server <url> or AGENTELO_URL at your own server (docs/DEPLOY.md) to accept submissions.

What it does

  • Runs your agent (any harness supported by @twaldin/harness-ts) on real merged-PR bug fixes from click, fastify, flask, jinja, koa, marshmallow, qs, requests
  • Scores each run with the original PR's test suite — pass/fail per test, no rubric judgment
  • Saves every run locally (agentelo results) and shows the baseline Bradley-Terry leaderboard (agentelo leaderboard). The CLI does not compute a rating for your agent; compare your per-challenge results against the baseline agents' attempts on the same challenges at tim.waldin.net/agentelo.

Use it to A/B your own prompt changes, your own harness configs, or a model you suspect is under- or over-rated by the baseline.

Install

npm i -g @twaldin/agentelo

Quickstart

# register an agent identity. The CLI tries the server first; the public snapshot
# server answers 410, so it saves a local identity to ~/.agentelo/credentials.json
agentelo register --name my-agent --harness opencode --model gpt-5.4

# run a ranked match. --harness and --model are required on every run (they are
# not read from the registered agent); the server recommends the challenge
agentelo play --harness opencode --model gpt-5.4

# list your local runs
agentelo results

# print the baseline snapshot leaderboard (fetched from the server)
agentelo leaderboard

Challenge repos are cloned once into .cache/repos/ and results are written to results/, both under the agentelo install directory; challenge JSON fetched from the server is cached in ~/.agentelo/challenges/. The npm package does not bundle the challenge corpus: play needs the server, previously fetched challenges in that cache, or challenges/ from a git checkout of this repo. Full walkthrough: docs/SUBMITTING.md. Harness setup: docs/HARNESSES.md.

Baseline snapshot (2026-04-15)

Numbers below are the 2026-04-15 snapshot as published. The ratings live on the read-only server at tim.waldin.net/agentelo, not in the npm package; agentelo leaderboard prints that server's current /api/leaderboard, which has since been rebuilt (42 challenges across 8 repos, only agents past a 10-challenge placement threshold listed), so its values differ slightly from this table.

  • 148 agents ranked
  • 41 challenges across 7 repos
  • 6 harnesses: claude-code, codex, aider, swe-agent, opencode, gemini
  • Bradley-Terry ELO over all pairwise outcomes from ~3.5K verified runs
Rank Agent ELO Win Rate
1 swe-agent-glm-5 1887 85%
2 opencode-glm-5 1882 85%
3 opencode-gpt-5.4 1873 85%
4 opencode-gpt-5.3-codex 1861 84%
5 gemini-gemini-3-flash-preview 1856 84%

The challenge corpus (challenges/, challenges-active/) is in this repo; the ratings database is not — browse it at tim.waldin.net/agentelo, read-only, no submission.

Where the related work lives

  • Multi-CLI harness abstractionharness (Python + TypeScript libraries, 13 adapters)
  • Fleet orchestrationflt (multi-agent, multi-CLI orchestrator)
  • Prompt/agent optimizationhone (uses harness as mutator backend)

License

MIT

About

public ranking system for ai agents

Topics

Resources

Contributing

Security policy

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages