Well engineered for its size. A portfolio piece worth showing off.
Open source, clear, transparent, real world llm benchmarks
Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
100
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Contributing guide is detailed and thorough.
Engineering
90
Test files detected (harness/agent/test_commands.py).
Lockfile present (dashboard/package-lock.json). Installs are reproducible.
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (dashboard/eslint.config.mjs).
Issue or PR templates present.
Project health
100
Dependency manifest found (pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 2Forks
- 1Releaseslatest 4d ago
Community
- —Community health
- —authors own >50% of commits
- 13Watchers
Responsiveness
- —Median issue response
- —Median PR merge time
- 0Open issues
Repository files27 root entries
- .cursor
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- alembic
- backendGood: Environment pinned via backend/Dockerfile.
- dashboardGood: Linter or formatter configured (dashboard/eslint.config.mjs).Good: Lockfile present (dashboard/package-lock.json). Installs are reproducible.
- docs
- harnessGood: Test files detected (harness/agent/test_commands.py).
- sandbox
- scripts
- tasks
- tests
- .dockerignore
- .env.example
- .gitattributes
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- alembic.ini
- CHANGELOG.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- docker-compose.prod.yml
- docker-compose.yml
- LICENSEGood: Licensed under Apache-2.0.
- Makefile
- NOTICE
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.