Polished and well engineered. Punching above its star count.
An open-source AI-native operating system to define, organize, and run intelligent agent teams
Documentation
100
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Contributing guide is detailed and thorough.
Engineering
81
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.
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
CI is configured (.github/workflows/lint.yml).
Test files detected (backend/pytest.ini).
Linter or formatter configured (frontend/.prettierrc.json).
Project health
89
Dependency manifest found (package.json).
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)
- 103Forks
- 85Releaseslatest 5mo ago
Community
- —Community health
- —authors own >50% of commits
- 590Watchers
Responsiveness
- 3hMedian issue response
- 21hMedian PR merge time
- 52Open issues
Repository files42 root entries
- .githubGood: CI is configured (.github/workflows/lint.yml).
- backendGood: Test files detected (backend/pytest.ini).
- chat_shell
- deps
- docker
- docs
- executor
- executor_manager
- frontendGood: Linter or formatter configured (frontend/.prettierrc.json).
- knowledge_doc_converter
- knowledge_engine
- knowledge_runtime
- LICENSES
- packages
- scripts
- shared
- telemetry
- tests
- wegent-cli
- wework
- .dockerignore
- .env.example
- .gitignoreGood: .gitignore present.
- AGENTS.md
- build_image_mac.sh
- build_image.sh
- CLAUDE.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.build.yml
- docker-compose.e2e.yml
- docker-compose.ymlGood: Environment pinned via docker-compose.yml.
- install.sh
- LICENSEGood: Licensed under Apache-2.0.
- package.jsonGood: Dependency manifest found (package.json).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- pnpm-workspace.yaml
- pyproject.toml
- README_zh.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
- SECURITY.mdGood: Security policy present.
- start.sh
- uv.lock