Hermes
Thoughts dropped into Discord automatically accumulate in the second brain.
– views
Hermes uses the hermes-agent LLM agent framework as a Discord gateway: drop a thought into a chat message, and it gets collected, digested, and filed into the second brain wiki automatically. No separate app or web UI — just the Discord window I already have open.
The repo itself contains no application source code. It's an ops repo that wraps the upstream hermes-agent image in Docker, and that's the point: the container is isolated from host secrets, SSH keys, and other apps' `.env` files.
An AI news collection pipeline runs alongside it. Every day, four channels — news outlets, GitHub Trending, YouTube, and communities — are automatically scraped and summarized, then published to the AI daily section of slowloop.app. Since 2026-06-25, the entire flow (fetch → digest → publish) has been unified into a single `ai-daily.sh` pipeline, with the digest engine migrated from Codex to Claude subscription OAuth.