multiplexer active

TeamHero

Maker: sagiyaacoby License: MIT Stars: 35 First released: 2026-03-15 Language: JavaScript, Node.js
Web

About

TeamHero is the self-hosted, MIT-licensed core of the Kapow managed-agent platform, built on the premise that parallel coding agents fail without management structure. It runs Claude Code as the execution engine and adds an orchestration layer: an orchestrator agent directs the team via a Command Center terminal, every task must produce a plan that is reviewed before any code executes, and finished deliverables are versioned and promoted into a knowledge base for retrieval by later tasks. Coordination hazards are addressed structurally — agents declare file scopes so two workers cannot overwrite the same file, and per-agent short- and long-term memory persists across sessions — while optional skills add browser automation and GitHub integration. A web dashboard at localhost:3777 exposes the whole operation. Solo developers and small teams already paying for Claude Code who want supervised, structured multi-agent execution rather than ad-hoc parallel sessions are the target users.