Mission Control Coordinate a team of AI agents using a Kanban-style task board with HTTP API. Overview Mission Control lets you run multiple AI agents that collaborate on tasks: - Team Lead : Creates and assigns tasks, reviews completed work - Worker Agents : Poll for tasks via heartbeat, execute work, log progress - Kanban Board : Visual task management at - HTTP API : Agents interact via REST endpoints - Local Storage : All data stored in JSON files — no external database needed Quick Start 1. Install the Kanban Board The board runs at . 2. Configure Your Agents Edit to define your agent te…