I built a Telegram bot that transcribes them (AssemblyAI, speaker labels, any language) — and then wired up Claude Agent SDK so you can talk to your files later.
Claude Agent SDK gives your bot the same tools Claude Code has — Read, Glob, Grep — running autonomously against your stored transcripts. Ask "what did my manager say about the deadline?" and it spawns an agent that browses your files, reads the relevant ones, and answers. Not keyword search. An actual agent reasoning over your data.
Self-hosted, your own API keys, MIT licensed. Runs anywhere Docker runs.