hermes - 💡(How to fix) Fix Plugin: TokenTelemetry launcher for Hermes Dashboard (v0.1.0) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#28858Fetched 2026-05-20 04:01:28
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×3commented ×1mentioned ×1subscribed ×1

Code Example

# 1. TokenTelemetry itself (the engine, port :3000)
curl -fsSL https://tokentelemetry.com/install.sh | bash

# 2. The plugin (the bridge into Hermes Dashboard, port :9119)
hermes plugins install VasiHemanth/tokentelemetry-hermes-plugin
hermes dashboard
RAW_BUFFERClick to expand / collapse

Wanted to flag a new community plugin in case it is useful to other Hermes users. Following up on the conversation in #26696 with @ddiall.

What it is

A Hermes Dashboard plugin that registers a TokenTelemetry tab in Hermes's web UI. Clicking the tab gives you six deep-link cards (Hermes Overview, Skills, Memory, Analytics, Projects, All Agents) that open the relevant TokenTelemetry page in a new browser tab. Solves the friction of having to remember a second port on top of :9119.

TokenTelemetry itself is a local observability dashboard for AI agents. It supports Hermes Agent with a dedicated /hermes view (38 source platforms, gateway health, cron health, skills, memory, delegate_task subagent cards, per API call latency parsed from agent.log) plus 9 coding agents (Claude Code, Codex, Gemini CLI, Cursor, Copilot, Qwen, OpenCode, Vibe, Antigravity). MIT licensed, runs entirely locally, no signup, no cloud.

Install

# 1. TokenTelemetry itself (the engine, port :3000)
curl -fsSL https://tokentelemetry.com/install.sh | bash

# 2. The plugin (the bridge into Hermes Dashboard, port :9119)
hermes plugins install VasiHemanth/tokentelemetry-hermes-plugin
hermes dashboard

Open http://127.0.0.1:9119 and click TokenTelemetry in the sidebar.

What it does NOT do

The plugin is a launcher, not the engine. It reads no ~/.hermes/ data directly, it ships no telemetry of its own, it spawns no processes. TokenTelemetry itself has to be installed and running for the cards to do anything. When TT is not running, the plugin tab shows an onboarding card naming all 10 supported agents with a copy paste install command, so a Hermes first user discovering the plugin gets a clear path forward instead of a dead URL.

Repos

Happy to take feedback on any of it. Will adjust the plugin or close this issue if it does not fit the spirit of the project. Thanks to @ddiall for the original ask and to the whole team for building Hermes.

Cross refs: #26696, #6642, #6741.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix Plugin: TokenTelemetry launcher for Hermes Dashboard (v0.1.0) [1 comments, 2 participants]