Skip to content

feat(admin): show Hermes events dashboard - #45

Merged
selvalabs merged 1 commit into
mainfrom
admin-hermes-events-dashboard
Jul 25, 2026
Merged

feat(admin): show Hermes events dashboard#45
selvalabs merged 1 commit into
mainfrom
admin-hermes-events-dashboard

Conversation

@selvalabs

Copy link
Copy Markdown
Owner

Summary

  • Adds a Hermes events table to the admin dashboard.
  • Fetches /admin/hermes/events?limit=10 with X-Admin-API-Key.
  • Renders event type, status, channel, intent, template, and created timestamp.

Scope

  • UI only; no new backend endpoints, Telegram, WhatsApp, webhook, deploy, credentials, or LLM calls.

Validation

  • uv run pytest tests/unit/test_admin_dashboard.py -q
  • uv run ruff check .
  • uv run mypy src
  • uv run pytest

Closes #44
Refs #37

@selvalabs
selvalabs marked this pull request as ready for review July 25, 2026 00:52
@selvalabs
selvalabs merged commit 5c5b371 into main Jul 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(admin): show Hermes events in dashboard

2 participants