mission-control  by builderz-labs

Manage AI agent fleets and orchestrate workflows from a central dashboard

Created 4 weeks ago

New!

2,233 stars

Top 19.9% on SourcePulse

GitHubView on GitHub
1 Expert Loves This Project
Project Summary

Mission Control is an open-source dashboard for AI agent orchestration, enabling users to manage agent fleets, track tasks, monitor costs, and orchestrate workflows from a unified interface. It targets engineers and power users needing robust control over scaled AI agent operations, offering real-time visibility and streamlined management.

How It Works

The project is built on Next.js 16, React 19, and TypeScript 5.7, utilizing SQLite as its sole data store to eliminate external dependencies like Redis or PostgreSQL. It leverages WebSockets and Server-Sent Events for real-time data push updates, complemented by smart polling. This architecture prioritizes a self-contained, easy-to-deploy solution accessible via a single command.

Quick Start & Requirements

  • Primary install/run command: Requires pnpm for dependency management. Clone the repository, install dependencies with pnpm install, copy the environment example (cp .env.example .env), and run the development server with pnpm dev.
  • Non-default prerequisites: pnpm (install via npm install -g pnpm or corepack enable).
  • Initial login credentials can be set via AUTH_USER and AUTH_PASS environment variables.

Highlighted Details

  • Comprehensive Management: Offers 26 panels for tasks, agents, logs, costs, memory, cron, alerts, webhooks, and pipelines.
  • Real-time Operations: Features live activity feeds, session inspection, and log viewing with WebSocket/SSE push updates.
  • Zero External Dependencies: SQLite simplifies deployment and reduces infrastructure overhead.
  • Role-Based Access: Implements viewer, operator, and admin roles with session and API key authentication.
  • Advanced Workflow Tools: Includes a Kanban task board, quality gates, multi-gateway support, and direct CLI integration.
  • Local Session Tracking: Automatically discovers and monitors local Claude Code sessions for usage and cost data.
  • Integrations: Supports GitHub Issues sync and robust outbound webhooks.

Maintenance & Community

The project is under active development with a roadmap detailing future enhancements like agent-agnostic gateway support. Contributing guidelines are in CONTRIBUTING.md, and security vulnerability reporting is via SECURITY.md.

Licensing & Compatibility

Released under the MIT license, permitting broad usage, including commercial applications and closed-source linking, with minimal restrictions.

Limitations & Caveats

As alpha software, APIs and schemas may change. Known issues include CSP with unsafe-inline styles. For production, change default credentials, deploy behind TLS, and configure network access controls (MC_ALLOWED_HOSTS).

Health Check
Last Commit

23 hours ago

Responsiveness

Inactive

Pull Requests (30d)
174
Issues (30d)
127
Star History
2,309 stars in the last 29 days

Explore Similar Projects

Starred by Elie Bursztein Elie Bursztein(Cybersecurity Lead at Google DeepMind), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
7 more.

SuperAGI by TransformerOptimus

0.2%
17k
Open-source framework for autonomous AI agent development
Created 2 years ago
Updated 1 year ago
Starred by Lilian Weng Lilian Weng(Cofounder of Thinking Machines Lab), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
59 more.

AutoGPT by Significant-Gravitas

0.1%
182k
AI agent platform for building, deploying, and running autonomous workflows
Created 3 years ago
Updated 20 hours ago
Feedback? Help us improve.