89

/ 100

GradeA

Polished and well engineered. Punching above its star count.

Top 11% of 5,156 graded repos

An open-source AI-native operating system to define, organize, and run intelligent agent teams

Python598Apache-2.01mo ago

Top fixes

Highest-impact changes first, ranked by point weight

6 to address
  1. 1
    Reproducibility6pt

    Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.

  2. 2
    Issue and PR templates6pt

    Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

  3. 3
    Dependency manifest6pt

    Add a one-line description to package.json. It appears in npm search and on GitHub.

  4. 4
    Dependency manifest6pt

    Add a `repository` field pointing to the GitHub URL so npm knows where the source lives.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

100

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Contributing guide5pt100

Contributing guide is detailed and thorough.

Engineering

85

Issue and PR templates6pt0

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.

Reproducibility6pt80

Lockfile present (pnpm-lock.yaml). Installs are reproducible.

Tests18pt100

Test files detected (backend/pytest.ini).

CI/CD14pt100

CI is configured (.github/workflows/lint.yml).

Linting and formatting5pt100

Linter or formatter configured (frontend/.prettierrc.json).

Project health

89

Dependency manifest6pt65

Dependency manifest found (package.json).

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)
  • 103
    Forks
  • 86
    Releaseslatest 6mo ago

Community

  • 75% - Good
    Community health
  • 3 bus factor
    authors own >50% of commits
  • 598
    Watchers

Responsiveness

  • 3h
    Median issue response
  • 21h
    Median PR merge time
  • 61
    Open issues
Repository files42 root entries
  • .github
    Good: CI is configured (.github/workflows/lint.yml).
  • backend
    Good: Test files detected (backend/pytest.ini).
  • chat_shell
  • deps
  • docker
  • docs
  • executor
  • executor_manager
  • frontend
    Good: 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
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • build_image_mac.sh
  • build_image.sh
  • CLAUDE.md
  • 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.build.yml
  • docker-compose.e2e.yml
  • docker-compose.yml
    Good: Environment pinned via docker-compose.yml.
  • install.sh
  • LICENSE
    Good: Licensed under Apache-2.0.
  • package.json
    Good: Dependency manifest found (package.json).
  • pnpm-lock.yaml
    Good: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
  • pnpm-workspace.yaml
  • pyproject.toml
  • README_zh.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.
  • README.md
  • SECURITY.md
    Good: Security policy present.
  • start.sh
  • uv.lock
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/wecode-ai/wegent)](https://www.repo-grade.com/report/wecode-ai/wegent)

More graded Python repos