Good shape overall. A few tweaks would push it into the top tier.
Open-source autonomous AI agent orchestrator
Documentation
99
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under GPL-3.0.
Engineering
61
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/docker.yml).
Test files detected (tests).
Lockfile present (requirements.txt). Installs are reproducible.
Linter or formatter configured (sandbox/eslint.config.js).
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)
- 22Forks
- 5Releaseslatest 10d ago
Community
- —Community health
- —authors own >50% of commits
- 356Watchers
Responsiveness
- <1hMedian issue response
- —Median PR merge time
- 0Open issues
Repository files79 root entries
- .githubGood: CI is configured (.github/workflows/docker.yml).
- backend
- brand-assets
- checkpoint
- data
- demos
- docsGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.Good: Security policy present.
- dulus_mcp
- dulus_tools
- gui
- memory
- multi_agent
- plugin
- rtk
- sandboxGood: Linter or formatter configured (sandbox/eslint.config.js).
- skill
- task
- testsGood: Test files detected (tests).
- tools
- ui
- uploads
- voice
- webbridge
- .dockerignore
- .env.example
- .gitattributes
- .gitignoreGood: .gitignore present.
- agent.py
- batch_api.py
- claude_code_watcher.py
- clipboard_utils.py
- cloudsave.py
- common.py
- compaction.py
- config.py
- context.py
- display_blocks.py
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- dulus_explorer.html
- dulus_gui.py
- dulus-bird.png
- dulus.py
- file_filter.py
- governance.py
- index.html
- input.py
- install.ps1
- install.sh
- LICENSEGood: Licensed under GPL-3.0.
- license_manager.py
- MANIFEST.in
- memory.py
- offload_helper.py
- paste_placeholders.py
- personality_config.py
- profiles.py
- providers.py
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.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.
- requirements_gui.txt
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.
- sandbox_bootstrap.py
- skills.py
- soul.py
- spinner.py
- steer_input.py
- string_utils.py
- subagent.py
- tmux_offloader.py
- tmux_tools.py
- tool_registry.py
- tools_background.py
- tools_think.py
- tools_todo.py
- tools.py
- webchat_server.py
- webchat.py
- welcome.py