Hermes HUD — Python-Dashboard für Systemübersicht und Monitoring
  • Python 99.7%
  • Makefile 0.3%
Find a file
2026-05-19 21:19:58 +02:00
.github Initial release: Hermes HUD — TUI consciousness monitor for AI agents 2026-03-31 18:48:32 -04:00
assets docs: update dashboard screenshot to show Profiles tab 2026-04-04 19:39:33 -04:00
hermes_hud fix: read current Hermes session model column 2026-05-08 23:52:42 -04:00
tests fix: read current Hermes session model column 2026-05-08 23:52:42 -04:00
.codex feat: add Profiles tab (#8) — collector, panel, 18 tests 2026-04-04 11:56:45 -04:00
.gitignore fix: resolve thread-safety in health collector, tighten cron prompt handling 2026-04-17 04:30:56 -04:00
CHANGELOG.md chore: bump version to 0.5.0, update docs for Patterns tab 2026-04-06 18:10:41 -04:00
CLAUDE.md fix: resolve thread-safety in health collector, tighten cron prompt handling 2026-04-17 04:30:56 -04:00
CONTRIBUTING.md docs: clarify Python 3.11 setup and fix snapshot path 2026-04-01 15:50:22 -04:00
LICENSE Initial release: Hermes HUD — TUI consciousness monitor for AI agents 2026-03-31 18:48:32 -04:00
Makefile docs: clarify Python 3.11 setup and fix snapshot path 2026-04-01 15:50:22 -04:00
pyproject.toml chore: bump version to 0.5.0, update docs for Patterns tab 2026-04-06 18:10:41 -04:00
README.md docs: README.md aktualisiert 2026-05-19 21:19:58 +02:00
requirements.txt refactor: restructure as proper pip-installable package 2026-04-01 06:57:49 -04:00

Hermes HUD

Python-Terminal-Dashboard für Hermes-Agent-Monitoring.

Fork von nesquena/hermes-hud.

Features

  • Live-Anzeige laufender Hermes-Sessions und Modelle
  • Health-Collector mit Thread-Safety
  • Neofetch-Ausgabe (Standard, Anime, rkenow-Branding)

Installation

pip install -e .
hermes-hud

Struktur

hermes_hud/
├── hud.py           # Einstiegspunkt
├── collect.py       # Datensammlung
├── models.py        # Datenmodelle
├── neofetch_base.py # Renderer
└── collectors/      # Health-Module