About

Agent Cinema

It's something interesting to look at while your agent works.

Why

It's fun! Also, I wanted to experiment with the new html-in-canvas feature.

Open Source

MIT licensed and open source on GitHub. Issues, ideas, new agent sources, and new themes are all welcome.

It's built on a plugin architecture, so you can add themes and agent data sources. Just ask your agent to do it.

Privacy

Everything runs locally. Agent Cinema reads your session logs and project files straight off your own disk and renders them on your machine. There is no telemetry or any other tracking.

Why Electron?

Agent Cinema ships as an Electron desktop app because:

  • HTML-in-Canvas. It relies on Chromium's experimental HTML-in-Canvas feature (the --enable-blink-features=CanvasDrawElement flag).
  • Local file access. It needs to monitor agent session logs in real-time on disk.
  • Cross-platform. It builds for macOS, Windows, and Linux.