Task Hounds – a local-first, inspectable multi-agent dev workspace Task Hounds, a local-first, inspectable multi-agent development workspace powered by OpenCode, has been released as an MIT-licensed open-source project on GitHub. The tool turns one human goal into a visible development loop where a Manager plans, a Worker implements, and a Reviewer verifies each task, with all directives, plans, todos, reports, and agent state stored locally in a SQLite-backed database. It offers a web dashboard, Windows desktop app, Docker support, and an experimental Android client, designed for developers who want agent autonomy without giving up control or context. Work like a dog. Ship like a pack. A local, inspectable multi-agent development workspace powered by OpenCode. Website https://task-hounds.com · GitHub https://github.com/catowabisabi/task-hounds · Demo https://www.youtube.com/watch?v=pu-Rt8Ye4EQ&t=174s · Issues https://github.com/catowabisabi/task-hounds/issues Task Hounds turns one human goal into a visible development loop. Give the pack a Human Directive ; the Manager plans, the Worker implements, and the Reviewer checks the result before the next task begins. Unlike a black-box coding assistant, Task Hounds keeps the work inspectable. Directives, plans, todos, reports, agent state, and reusable OpenCode sessions are stored locally, while the dashboard shows what every agent is doing in real time. It is designed for developers who want agent autonomy without giving up control or context . | Role | Responsibility | |---|---| You | Set the durable project mission, add ideas, and redirect the work at any time. | Manager | Understand context, maintain the plan, and assign one concrete task at a time. | Worker | Implement the selected task and report files changed, tests, and known issues. | Reviewer | Inspect the result for bugs, UX problems, edge cases, and safety risks. | Chat | Let you discuss the project and interact with the system directly. | php flowchart LR H "Human Directive" -- M "Manager