hermes-war-room-ui
Installation
SKILL.md
Hermes War Room UI
Skill by ara.so — Hermes Skills collection.
Hermes War Room is a browser-based visual dashboard for managing Hermes Agent's multi-profile orchestration and kanban delegation system. It provides real-time monitoring of agent operatives, task boards, and mission coordination—transforming command-line agent orchestration into a visual "operations floor."
What It Does
The War Room wraps the Hermes CLI with a Vue/Nuxt interface that:
- Visualizes active agents as operatives on a floor with live status
- Displays kanban tasks in a 4-column board (Todo/Ready/Running/Blocked)
- Manages missions via chat with an orchestrator agent
- Auto-nudges the orchestrator when delegated tasks complete
- Edits profiles (SOUL.md, skills, tools) directly from the UI
- Tracks delegation chains showing parent/child task relationships
It reads from ~/.hermes/kanban.db and ~/.hermes/profiles/, shells out to the hermes CLI, and persists UI state in its own SQLite database.