Fleet – Python supervisor for running coding agents in parallel
Centralized beads queue eliminates per-project init for 50+ parallel Claude sessions.
Agent orchestration Web-UI
Replaces tmux chaos with visual agent orchestration—dependency graphs, live monitoring, verification queue.
Developers using Claude Code for agentic AI workflows
Cursor · Continue · Aider
Foolery is a local web UI that sits on top of Beads (issue tracker). It gives you: - Dependency-aware wave planning (decompose work into parallelizable batches) - Built-in terminal to monitor agent runs live without leaving the app - Verification queue — every "done" beat flows here for you to approve or reject - Keyboard-first, no TUI
Install: curl -fsSL https://raw.githubusercontent.com/acartine/foolery/main/scri... | bash
I also wrote about why I built it: https://thecartine.substack.com/p/foolery-the-app
Centralized beads queue eliminates per-project init for 50+ parallel Claude sessions.
OpenClaw dashboard with heartbeat scheduling, but tied to one ecosystem.
Keyboard-driven UI for local agents, but depends entirely on the Knots backend.
Claude Code agent prompt templates when Claude already supports custom agents natively.
Wave-based parallel AI agent orchestration with a PM coordinator for Claude Code projects.
TypeScript multi-agent orchestration when CrewAI and LangGraph dominate Python.