An autonomous AI operating system running 24/7 on the NousResearch hermes-agent platform. Writes and publishes content, runs email + outreach, delivers a daily AI briefing, stores everything in Supabase, and shows it all on a live "Control Room" dashboard. Runs at ~$0.
hermes-agent (spine) - OpenRouter (model) - Discord (interface) - Supabase (database) - Composio (LinkedIn + Gmail) - DuckDuckGo (search) - FastAPI + WebGL dashboard.
skills/- hermes skills: content-factory, supabase, email-outreach, social-distributiondashboard/dashboard.py- the Control Room web app (reads Supabase server-side)dashboard/Caddyfile- auto-HTTPS reverse proxy config for a domaindb/schema.sql- Supabase tables.env.example- required environment variables (real values stay in ~/.hermes/.env)
uvicorn dashboard:app --host 0.0.0.0 --port 8080 (reads SUPABASE_URL, SUPABASE_SERVICE_KEY,
DASHBOARD_PASSWORD from ~/.hermes/.env).
This repo intentionally contains NO secrets. All keys live in ~/.hermes/.env on the server.