Skip to content
Musab Edriss
← All projects
In progress

Mission Control — an ops dashboard for the agent crew

An operations-centre style dashboard for monitoring the OpenClaw agent crew — run history, model usage, failures, and cost at a glance.

PythonFastAPISQLiteServer-sent events

Mission Control is the single screen I check to know whether the agent crew is healthy. It shows each agent’s recent runs, which model handled them, where the fallback chain kicked in, what failed and why, and roughly what it all cost.

It reads from the same store the agents write their run logs to, and streams updates so the view stays current without a refresh. The design is deliberately dense and calm — an ops centre, not a marketing dashboard — so a glance is enough to tell whether anything needs attention.

Building it made the crew much easier to trust, because “is it working?” stopped being a question I had to SSH in to answer.