DocsMission Control Dashboard
Mission Control Dashboard
Mission Control & Task Dashboard
The Mission Control dashboard (located at /dashboard/tasks) is your primary interface for managing your autonomous workforce. The interface is built around a real-time Kanban board (MissionControlBoard) that tracks the lifecycle of every agentic task across your workspace.
Navigating the Kanban Board
Tasks flow through distinct states: Backlog, In Progress, Review, and Done. You can filter the board by Agent Department or search for specific task IDs using the top navigation bar.
When you click on a specific task card, the Task Modal opens, providing deep inspection into the agent's current state. From here, you can use the 'Orchestrate' button (rocket icon) to kick off a run, or the Pause/Play controls to halt execution mid-thought.
Task Modal Tabs
- Activities Tab: Displays the
LiveFeedcomponent. This is a streaming terminal interface showing the agent's internal monologue, exact tool payloads being sent, and the JSON responses returning from your local execution node. - Deliverables Tab: Aggregates the final outputs. Instead of parsing massive conversational logs, you can view the final markdown reports, generated code, or structured JSON data directly in this tab.
- Planning Tab: Visualizes the Directed Acyclic Graph (DAG). If the agent is executing a multi-step ReAct loop, this tab maps out the intended execution path and highlights any 'Yield' states awaiting your approval.