97/ 100 · A

Well engineered for its size. A portfolio piece worth showing off.

Open-source 3D AI agent framework — GLB/glTF avatars with LLM brains, memory, emotions, and autonomous payments. MCP server · x402 · Solana/EVM · Three.js. Embed anywhere as a web component. Character studio, animation gallery, OAuth 2.1. Browser-native.

JavaScript65 starsOtherupdated 1d ago

Outstanding work. A score of 97/100 puts this repo in a very small tier of truly well-engineered open source projects.

DocumentationREADME, setup, examples, license
96
EngineeringTests, CI, linting, lockfiles
99
Project healthDescription, activity, stars, deps
94

What to fix first

The highest-impact improvements for this repo.

  1. 1
    CI/CD
    EngineeringInfo

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  2. 2
    CI/CD
    EngineeringInfo

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

  3. 3
    README
    DocumentationIssue

    Add CI/build status badges from shields.io or your CI provider to signal project health.

Detailed breakdown

Documentation

96
  • README90
    • README is present.
    • README is well structured with multiple sections.
    • README includes screenshots or visuals. Great for first impressions.
    • README has code examples.
    • README links to a live demo or deployed app.
    • No status badges in the README (−10 pts).Add CI/build status badges from shields.io or your CI provider to signal project health.
  • Install and run instructions100
    • README documents how to install the project.
    • README documents how to run the project.
    • .env.example is present. Contributors can see exactly which env vars to set.
  • License100
    • Licensed under Other.
  • Contributing guide100
    • Contributing guide is detailed and thorough.
    • Contributing guide includes setup/install instructions.
    • Contributing guide describes code style expectations.
    • Contributing guide explains how to run tests.
    • Contributing guide describes the PR/review workflow.
    • Contributing guide includes code examples.
    • Code of conduct present.

Engineering

99
  • Tests100
    • Test files detected (agent-payments-sdk/jest.config.ts).
  • CI/CD100

    Not applicable?

    • CI is configured (.github/workflows/ci.yml).
    • CI workflow runs tests.
    • CI runs on pull requests, not just on pushes to main.
    • CI workflow runs a lint or format check.
    • Optional: add type checking to CI.Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
    • Optional: report test coverage in CI.Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
    • CI caches dependencies for faster runs.
    • CI includes a build step.
  • Linting and formatting100
    • Linter or formatter configured (.editorconfig).
  • Reproducibility92
    • Lockfile present (package-lock.json). Installs are reproducible.
    • Environment pinned via deploy/world/Dockerfile.
    • Dependabot is configured. Dependencies update automatically.
    • Could not read the Dependabot config to verify a second ecosystem (−8 pts vs 2+ ecosystems).Ensure .github/dependabot.yml lists 2+ package-ecosystem entries (e.g. your language plus github-actions).
  • Issue and PR templates100
    • Issue or PR templates present.
    • Security policy present.

Project health

94
  • Dependency manifest100
    • Dependency manifest found (package.json).
    • package.json has a description field.
    • package.json links back to the repository.
  • Repository metadata100
    • Repository has a description.
    • Primary language detected: JavaScript.
    • package.json metadata is complete (description, keywords, repository).
  • Activity100
    • Actively maintained (pushed within the last month).
    • 65 stars so far.
  • Housekeeping60
    • .gitignore present.
    • Build artifacts or local files may be committed (workers/unirig/__pycache__/main.cpython-312.pyc) (−40 pts).Remove them and add to .gitignore.
Repository files100 root entries
  • .agents
  • .claude
  • .claude-plugin
  • .githooks
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Issue or PR templates present.
    Good: Security policy present.
  • .vscode
  • .well-known
  • agent-payments-sdk
    Good: Test files detected (agent-payments-sdk/jest.config.ts).
  • agent-protocol-sdk
  • agent-ui-sdk
  • agents
  • animation-sources
  • api
  • avatar-sdk
  • blog
  • character-studio
  • chat
  • chat-plugin
  • content
  • contracts
    Good: Dependabot is configured. Dependencies update automatically.
  • crates
  • data
  • deploy
    Good: Environment pinned via deploy/world/Dockerfile.
  • docs
  • examples
  • extensions
  • infra
  • integrations
  • marketplace
  • mcp-bridge
  • mcp-server
  • multiplayer
  • my-agents
  • packages
  • page-agent-sdk
  • pages
  • prompts
  • public
  • pump-fun-skills
  • scripts
  • sdk
  • services
  • snapshots
  • solana-agent-sdk
  • solana-mobile
  • specs
  • src
  • tasks
  • tests
  • tour-sdk
  • walk-sdk
  • workers
    Issue: Build artifacts or local files may be committed (workers/unirig/__pycache__/main.cpython-312.pyc) (−40 pts).Fix: Remove them and add to .gitignore.
  • x402-buildout
  • x402-modal-sdk
  • x402-payment-modal
  • .claudeignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .env.example
  • .gcloudignore
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .i18nrc.json
  • .lighthouserc.json
  • .mcp.json
  • .npmrc
  • .nvmrc
  • .prettierignore
  • .prettierrc.json
  • .vercelignore
  • CHANGELOG.md
  • 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.
  • cors.json
  • DESIGN-TOKENS.md
  • eslint.config.js
  • ISSUES.md
  • jsconfig.json
  • knip.config.js
  • LICENSE
    Good: Licensed under Other.
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • playwright.config.js
  • PROGRESS.md
  • 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.
    Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • renovate.json
  • server-3d.json
  • server-agent.json
  • server-bazaar.json
  • server-ibm.json
  • server-pumpfun.json
  • server.json
  • skills-lock.json
  • STRUCTURE.md
  • tsconfig.json
  • vercel.json
  • vite.config.artifact.js
  • vite.config.js
  • vitest.config.js
  • walk-sdk.zip