autoarena
Enrichment pendingRank LLMs, RAG systems, and prompts using automated head-to-head evaluation
GraphCanon updated today · GitHub synced today
108
Stars
9
Forks
4
Open issues
6
Watchers
1y
Last push
TypeScript Apache-2.0Created Aug 28, 2024
Trust & integrity
Full report- Maintenance
- Dormant (571d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
Rank LLMs, RAG systems, and prompts using automated head-to-head evaluation
Capability facts
- Languages
- typescript, python
Source: github.language+pyproject.toml · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Tags
README
🔥 Getting Started
Install from PyPI:
pip install autoarena
Run as a module and visit localhost:8899 in your browser:
python -m autoarena
With the application running, getting started is simple:
- Create a project via the UI.
- Add responses from a model by selecting a CSV file with
promptandresponsecolumns. - Configure an automated judge via the UI. Note that most judges require credentials, e.g.
X_API_KEYin the environment where you're running AutoArena. - Add responses from a second model to kick off an automated judging task using the judges you configured in the
previous step to decide which of the models you've uploaded provided a better
responseto a givenprompt.
That's it! After these steps you're fully set up for automated evaluation on AutoArena.