Good shape overall. A few tweaks would push it into the top tier.
AgenticX is a unified, production-ready multi-agent platform — Python SDK + CLI (agx) + Studio server + Machi desktop app. Features Meta-Agent orchestration, 15+ LLM providers, MCP Hub, hierarchical memory, avatar & group chat, skill ecosystem, safety sandbox, and IM gateway (Feishu/WeChat).
Documentation
88
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 is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
73
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/build-desktop.yml).
Lockfile present (requirements.txt). Installs are reproducible.
Test files detected (agenticx/embodiment/workflow/tests).
Linter or formatter configured (enterprise/apps/admin-console/eslint.config.mjs).
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)
- 26Forks
- 10Releaseslatest 2d ago
Community
- —Community health
- —authors own >50% of commits
- 163Watchers
Responsiveness
- 6hMedian issue response
- —Median PR merge time
- 8Open issues
Repository files28 root entries
- .cursor
- .githooks
- .githubGood: CI is configured (.github/workflows/build-desktop.yml).
- agenticxGood: Test files detected (agenticx/embodiment/workflow/tests).
- assets
- deployGood: Environment pinned via deploy/docker-compose.yml.
- desktop
- docsGood: Security policy present.
- enterpriseGood: Linter or formatter configured (enterprise/apps/admin-console/eslint.config.mjs).
- examples
- packaging
- research
- scripts
- tests
- .gitignoreGood: .gitignore present.
- .gitmodules
- AGENTS.md
- INSTALL.md
- install.sh
- LICENSEGood: Licensed under Apache-2.0.
- MANIFEST.in
- mkdocs.yml
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README_ZN.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.
- README.md
- requirements.lock
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.
- setup.py