Show HN: Fleet – Python supervisor for running coding agents in parallel
Category: devtools
Tags: agent-orchestration, supervisor, coding-agents, parallel-execution, python
Score: 6.3/10 (Innovation: 5, Technical: 6, Documentation: 8, Utility: 6)
Fleet is a lightweight Python supervisor that claims tasks from a centralized beads queue and runs coding agents (like Claude, Agy, or Codex CLI) in parallel across multiple projects. Its interesting approach combines task queuing with per-task coder/model overrides, allowing a single machine to orchestrate many concurrent AI coding agents, which is a novel use of existing tools.
Target audience: backend devs, devops, AI engineers
Repository: https://github.com/sermakarevich/fleet · Python · MIT
View on Hacker News