From fdc34578a5a0b558d1dbfdbdc77036f9174091af Mon Sep 17 00:00:00 2001 From: buenosairesam Date: Thu, 7 May 2026 13:08:50 -0300 Subject: [PATCH] add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aedbe3e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Mitus + +Meeting stream viewer with an embedded AI agent. Captures screen and audio from a Wayland source machine, streams it over TCP to a receiver with GPU-accelerated decode, and runs a Claude Code agent that watches the feed autonomously — transcribing audio, extracting frames on scene changes, and acting on user-defined rules. The agent panel shows a live log of what it observes and the actions it takes, while a thumbnail grid gives a visual timeline of the session. Primary use case: staying present in meetings without manually feeding context to Claude. Provides summarization after the fact + +## Docs + +``` +cd docs && python3 -m http.server 8000 +``` + +Then open .