Live · Agent orchestration
Mission Control — agent orchestration dashboard
- Problem
- Powerful agent workflows existed but lived in a terminal. Nobody but me could run them, and nothing stopped a bad run from emailing a client.
- Built
- A local web app over an agent CLI: 21 one-click business workflows, headless streaming-JSON runs, full per-run transcript persistence, and a config-driven registry where adding a workflow is one JSON block.
- Guardrail
- Draft-only enforced structurally — per-workflow tool allowlists plus a global denylist blocking every send, publish, and delete path. I tested every one before release rather than trusting the prompt.
- Result
- Operations work that used to need me at a keyboard now runs as a button, and the blast radius of a bad run is bounded by design, not by hope.