FAQ
What works today?
The vision, architecture design, and a dashboard mockup. The core engine is in active development — watch the repo to catch the first release.
What's the roadmap?
- CLI MVP — the engine, team YAML, and the MVP integrations.
- Open-source launch — public release on GitHub.
- Dashboard — a visual layer on top of the CLI, offered as premium.
Details per area on the roadmap page.
Is it really local?
Yes. Agents run on Ollama models on your own hardware, and state lives in a local SQLite file. The only outbound calls are ones you configure: Telegram for reports, GitHub for code, and the Claude API if you opt in to escalating hard tasks to it.
Which models?
Anything Ollama can run — you name the model per role in the team YAML. The Claude API is an optional add-on for tasks that need a frontier model; without a key, everything stays local.
How do I contribute?
Open or pick up an issue on GitHub Issues — feedback on the architecture and the planned YAML format is especially useful right now.