Well engineered for its size. A portfolio piece worth showing off.
Ouro is an open-source AI agent — run it as a Coding agent CLI or deploy it as a bot just like JARVIS.
Documentation
85
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
85
CI is configured (.github/workflows/ci.yml).
Lockfile present (uv.lock). Installs are reproducible.
Test files detected (test).
Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).
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)
- 8Forks
- 16Releaseslatest 3mo ago
Community
- 50% - FairCommunity health
- 1 bus factorlowauthor own >50% of commits
- 43Watchers
Responsiveness
- 6d 4hMedian issue response
- <1hMedian PR merge time
- 2Open issues
Repository files21 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- docs
- examples
- ouro
- ouro_harbor
- rfc
- scripts
- testGood: Test files detected (test).
- .gitignoreGood: .gitignore present.
- .importlinter
- .pre-commit-config.yaml
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- DockerfileGood: Environment pinned via Dockerfile.
- harbor-run.sh
- LICENSEGood: Licensed under MIT.
- MANIFEST.in
- 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.
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.