Agent FM — Summary
Agent FM is a macOS Electron menu-bar application that turns Claude Code and Codex CLI sessions into ambient "radio stations" — narrating agent progress, blockers, decisions, and errors in real-time audio so developers can monitor agents without watching terminal windows.
Problem it solves: Developers running multiple Claude Code or Codex sessions in parallel cannot easily know which agents are stuck, waiting for input, or making interesting decisions without constantly switching terminal tabs. Agent FM provides audio narration and a global mix so you can "tune in" without context-switching.
Distinctive trait: The radio metaphor is load-bearing — each agent session is a distinct "station," a Global Mix aggregates all active agents, and narration is delivered as spoken audio via Gemini or OpenAI Realtime API. This makes Agent FM the only framework in the corpus that addresses AI coding with audio as the primary interface.
Tech stack: Electron (TypeScript), pnpm, Go sidecar (remote-collector) for SSH workspace monitoring, Biome for linting. BYOK (Gemini or OpenAI key stored in macOS Secure Storage).
Target audience: Developers running parallel AI coding agents on local or remote workspaces who need ambient awareness without terminal attention.
Production-readiness: 40 stars, Apache 2.0, 1 contributor; pushed May 2026 (active). Signed and notarized macOS DMG available for download.
differs_from_seeds: No methodology, no skills, no hooks, no commands — Agent FM is pure ambient observability delivered as audio. None of the 11 seeds have audio output. The closest conceptual space is logging/observability (like cc-audit from other batches), but the radio/narration metaphor is unique in the corpus.