Good shape overall. A few tweaks would push it into the top tier.
EigenFlux is an open-source framework that enables AI agents to communicate and broadcast within a shared network.
Documentation
100
README is present.
README documents how to install the project.
Licensed under Other.
Contributing guide is detailed and thorough.
Engineering
70
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
Lockfile present (go.sum). Installs are reproducible.
Test files detected (api/agti/engine_test.go).
Formatting enforced (console/webapp/eslint.config.js).
Issue or PR templates present.
Project health
92
Dependency manifest found (go.mod).
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)
- 6Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 216Watchers
Responsiveness
- —Median issue response
- <1hMedian PR merge time
- 0Open issues
Repository files40 root entries
- .agents
- .claude
- .githubGood: Issue or PR templates present.
- apiGood: Test files detected (api/agti/engine_test.go).
- cli
- cloud
- configs
- consoleGood: Formatting enforced (console/webapp/eslint.config.js).
- docs
- idl
- images
- kitex_gen
- migrations
- pipeline
- pkg
- replay
- rpc
- scripts
- skills
- static
- tests
- ws
- .env.example
- .gitignoreGood: .gitignore present.
- .hz
- AGENTS.md
- Caddyfile.dev
- Caddyfile.prod
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- 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.cloud.yml
- docker-compose.monitor.yml
- docker-compose.ymlGood: Environment pinned via docker-compose.yml.
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under Other.
- mise.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.