Autonomous AI agent CLI that decomposes a user-defined goal into a directed acyclic graph (DAG) of subtasks and executes them using Claude (API or subprocess).
cd solo_builder
python solo_builder_cli.pyFor the dashboard (in a second terminal):
python api/app.py # open http://127.0.0.1:5000| Path | Description |
|---|---|
solo_builder/solo_builder_cli.py |
Main entry — 6 agents, 3 runners, 70-subtask DAG |
solo_builder/discord_bot/bot.py |
Discord bot (26 commands, IPC, heartbeat) |
solo_builder/api/ |
Flask REST API + dark-theme SPA dashboard |
tools/ |
PowerShell workflow enforcement scripts |
claude/ |
Workflow state and agent handoff artifacts |
.github/workflows/ci.yml |
GitHub Actions CI |
See claude/PROJECT_CONTEXT.md for the full product/architecture
summary, runtime constraints, and known operational risks.
See CLAUDE.md for the workflow contract and agent entry instructions.
python -m unittest discover195 tests, 0 failures expected.
v2.1.51 — feature-frozen.