github →

New request

#694: Feature request: Live event stream log with typed entries

We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.

Issue
enhancementstreamingmonitoring

This feature is needed by users running multi-agent Hermes swarms. A reference implementation exists in the Hermes Control Interface repo. Please add a real-time scrolling log panel that shows timestamped events from the agent swarm, categorised by type: QC, ALERT, TASK, TOOL, MCP. Each entry should show the time, agent name, event type (colour-coded), and a short message.

Assessmentadvisory
feature●● medium80% confidence

Real-time categorized event log panel requiring streaming infrastructure and frontend rendering.

Likely files
  • static/js/panels/event_stream.js
  • api/routes/events.py
  • api/streaming/event_bus.py
  • static/templates/dashboard.html
  • static/css/event_log.css
Create the request

This opens a fresh agent run and a draft PR for issue #694.

Cancel