agent-hub
FreeLocal-first multitask board for routing, sequencing, and observing repo-local coding agents across projects.
About agent-hub
Agent-hub is a local-first, open-source multitask board designed for coordinating coding agents across projects. It provides a lightweight SQLite-backed queueing system for routing tasks to repo-local agents (like Claude Code, Codex, or Kimi Code) through project-backed commands. The tool models task dependencies, retries, blocking, and human handoff, and offers a small HTTP surface with a browser dashboard for real-time visibility. Built entirely on the Python standard library, it keeps dependencies minimal and remains suitable for single-operator workflows in local environments. It is not a hosted platform or a replacement for coding agents, but a control plane for sequencing and observing multiple tasks.
Key Features
Pros & Cons
- Local-first: no cloud dependency, privacy-friendly
- Lightweight and portable: uses only Python standard library
- Free and open source (MIT license)
- Explicit dependency handling and retry logic reduces manual coordination
- Human inbox enables safe handoff between agents and human operators
- Thin dashboard provides clear multitask visibility without complexity
- Designed to work with existing coding agents, not replace them
- Not production-ready or stable for long-term API commitments
- Single-operator focus limits multi-user collaboration
- Requires manual setup and configuration of local agents
- No hosted version; runs only in local environments
- Limited to queueing and routing, not a full workflow engine