Discover and explore top open-source AI tools and projects—updated daily.
crshdnAI agent orchestration dashboard for managing and executing AI tasks
New!
Top 70.6% on SourcePulse
Mission Control is an AI agent orchestration dashboard designed to manage AI agents, assign tasks, and coordinate multi-agent collaboration. It serves as a project manager for AI workers, enabling users to create tasks, plan them through an AI-guided Q&A process, and automatically dispatch them to specialized AI agents for execution. The primary benefit is streamlining the management and execution of complex AI-driven workflows.
How It Works
The system comprises two main components: Mission Control, a Next.js dashboard, and the OpenClaw Gateway, an AI agent runtime. Mission Control handles user interaction, task creation, and status visualization, communicating with the OpenClaw Gateway via WebSockets. The OpenClaw Gateway, running separately, interfaces with AI providers (like Anthropic, OpenAI, or Google) to execute tasks. Its core approach involves an AI asking clarifying questions to define task requirements, automatically creating a tailored agent based on the answers, and then dispatching the task for execution. This AI-driven planning and agent specialization aims to improve task accuracy and efficiency.
Quick Start & Requirements
cd mission-control, npm install, and then npm run dev.npm install -g openclaw or use an existing instance), and an AI API Key (Anthropic, OpenAI, Google, or OpenRouter)..env.local file with OPENCLAW_GATEWAY_URL and OPENCLAW_GATEWAY_TOKEN. OpenClaw must be initialized (openclaw init) and started (openclaw gateway start) separately.Highlighted Details
Maintenance & Community
Version 1.0.0, the first official working build, has been released. Support and discussions are managed through GitHub Issues and GitHub Discussions. Contributions are welcomed via standard GitHub pull request workflows.
Licensing & Compatibility
The project is released under the MIT License, which is permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
Mission Control requires a separate, running instance of the OpenClaw Gateway. It also depends on external AI provider API keys, incurring associated costs. As v1.0.0 is the first official build, users should anticipate potential ongoing development and refinement. Troubleshooting sections indicate potential issues with gateway connectivity, AI response times, and agent dispatch failures.
2 days ago
Inactive
ag2ai