docs(readme): add hermes-telemetry to Community section - #373
Open
hashbender wants to merge 1 commit into
Open
Conversation
|
Review Complete Risk: 🟢 Low (0/100) — no findings · 3 LOC across 1 file PR #373 contains only a documentation change to README.md. No code, logic, security, or configuration changes are present. Files Reviewed (1 files) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Adds a one-line entry under Community for
hermes-telemetry, an MIT,runtime-integrated plugin (installed into
~/.hermes/plugins/) that hooks intothe model-call pipeline to record per-session and per-cron token, cost, and
latency into local SQLite — and, unlike report-after-the-fact dashboards, can
pause a cron run before it breaches a soft/hard budget cap.
The gap it fills
Observability tools already report what was spent. What multiple users have
asked for is a guardrail that stops spend before it happens, for unattended
(cron/gateway) operation:
the model call, returning a structured error on breach
Evidence the pain is real: NousResearch#44771 (91M-token runaway loop), NousResearch#45782
(unexpected $145 in API costs), NousResearch#45783 (credit spikes on session resume).
hermes-telemetryimplements exactly this enforcement path via the pluginhooks, plus
/statsand/budget, with OpenRouter pricing auto-synced.Relationship to native work
This complements — it does not replace — the first-class telemetry effort in
NousResearch#51714 and the budget-enforcement hook proposal in NousResearch#52648. It's an opt-in,
available-today option for users who need a spend guardrail now.
Links
hermes plugins install nujovich/hermes-telemetryHow to test
Markdown-only change — verify the rendered Community section.
Platforms
N/A (docs).
Mirror-of: NousResearch#56441
NousResearch#56441