Skip to content

da-troll/hermes-dashboard

Repository files navigation

Hermes Dashboard

Operator dashboard for the household agent fleet. A single pane showing live sessions across channels, configured agents, scheduled cron jobs, and a Telegram-styled Eve thread.

Inspired by EKKOLearnAI/hermes-web-ui, but grounded in this household's real data rather than a generic demo.

What it shows

Panel Source
Overview Session count, agent count, cron count, transcript MB. Most recent activity from JSONL mtimes.
Sessions ~/.claude/bridge-session-map.json joined with ~/.claude/projects/*/<uuid>.jsonl stats (message count, size, last-modified).
Agents ~/config/household.json + ~/.claude/bridge-model-overrides.json + bridge-effort-overrides.json.
Cron crontab -l parsed live, grouped by agent.
Telegram Hero demo — styled Eve_SysFairy_Bot thread (Phase 1 static content; Phase 2 = live Bot API polling).

Stack

  • Next.js 16 (app router, server components reading filesystem directly)
  • React 19 + TypeScript
  • Tailwind CSS v4
  • lucide-react icons
  • pm2 (deployed via mvp-deploy.sh)

Setup

npm install
npm run dev

Then visit http://localhost:3000/2026-04-20-hermes-dashboard/.

For production: npm run build && npm start. The app assumes HERMES_HOME=/home/eve — override for dev machines.

Live

https://mvp.trollefsen.com/2026-04-20-hermes-dashboard/ (behind ClawDash auth)

Built by Wilson 🏐 as part of the Nightly MVP Builder — 2026-04-20.

About

Operator dashboard for a 5-agent household — live sessions, cron, agents, Telegram hero. Nightly MVP build.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors