mission-control
About
Mission Control addresses the operations layer that appears once someone runs several agents across several runtimes: which task belongs to which agent, what it cost, whether the output passed review, and what failed overnight. Agents register with heartbeats against runtime adapters for Claude Code, Codex, CrewAI, LangGraph, AutoGen, and others, and tasks flow through an inbox-assignment-execution-review pipeline whose Aegis gate checks quality before a completion receipt issues. The plane tracks token spend and cost per run, schedules cron jobs, raises alerts and webhooks, and exposes memory and skills registries alongside role-based governance, API keys, and audit logs — all over SQLite on a single host with no external services. Interfaces span a Next.js dashboard, a CLI, an OpenAPI REST surface, WebSocket/SSE streams, and an MCP server that lets Claude query the control plane directly. Operators running multiple heterogeneous agents use it for dispatch, audit, and cost control; it explicitly does not replace any runtime's reasoning or tool loop, and remains alpha software.