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

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Other.

Contributing guide5pt100

Contributing guide is detailed and thorough.

Engineering

70

CI/CD14pt0

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.

Reproducibility6pt85

Lockfile present (go.sum). Installs are reproducible.

Tests18pt100

Test files detected (api/agti/engine_test.go).

Linting and formatting5pt100

Formatting enforced (console/webapp/eslint.config.js).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

92

Dependency manifest6pt75

Dependency manifest found (go.mod).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 6
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 216
    Watchers

Responsiveness

  • Median issue response
  • <1h
    Median PR merge time
  • 0
    Open issues
Repository files40 root entries
  • .agents
  • .claude
  • .github
    Good: Issue or PR templates present.
  • api
    Good: Test files detected (api/agti/engine_test.go).
  • cli
  • cloud
  • configs
  • console
    Good: Formatting enforced (console/webapp/eslint.config.js).
  • docs
  • idl
  • images
  • kitex_gen
  • migrations
  • pipeline
  • pkg
  • replay
  • rpc
  • scripts
  • skills
  • static
  • tests
  • ws
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • .hz
  • AGENTS.md
  • Caddyfile.dev
  • Caddyfile.prod
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Good: 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.yml
    Good: Environment pinned via docker-compose.yml.
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • LICENSE
    Good: Licensed under Other.
  • mise.toml
  • README.md
    Good: 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.md
    Good: Security policy present.