DEV Community

Cover image for I built agentglass: mission control for your AI coding agents
David PR
David PR

Posted on

I built agentglass: mission control for your AI coding agents

I run several AI coding agents at once and never really knew what they were doing — what it cost, which one was stuck, what they just changed.

So I built agentglass: real-time mission control and a workspace for AI coding agents, across every provider and every project on your machine.

Live demo (no install) · ⭐ GitHub

What it does

Point any agent at it — Claude Code hooks or any OpenTelemetry exporter (Codex, Gemini, Bedrock…) — and watch everything move live:

  • 💰 Cost per event / session / model
  • ⏱️ Tool latency (real p50 / p95)
  • 🔴 Error timelines + a "what needs you" alert center
  • 💾 Persists (SQLite) — history's there the moment you open it

More than a viewer — a workspace

All one keystroke away, same cockpit:

  • 🔬 Diff & review — every Edit/Write, syntax-highlighted
  • 🌿 Source control — lazygit in the browser
  • 🐳 Docker — lazydocker in the browser
  • Real terminal — an actual PTY shell, not an emulation
  • 💬 Chat — drive local Claude sessions

Open source (MIT), local-first

Built solo. Small stack: Bun + SQLite, React/Vite, Tauri desktop, a stdlib-only Python hook forwarder.

If you run more than one agent at a time, I'd love your feedback 👇

https://github.com/SirAllap/agentglass

Top comments (0)