Three authors merged the sweep fix PRs overnight; each entry pins the merge commit, which validates ok in a bare pip install -e . venv and scans safe/caution. hermes-telemetry persists to local SQLite only (its one outbound call fetches a public pricing list), so the telemetry opt-in policy is not engaged.
27 lines
770 B
YAML
27 lines
770 B
YAML
name: hermes-telemetry
|
|
repo: https://github.com/nujovich/hermes-telemetry
|
|
sha: 146f6744fc4117ade784eefd7aa231c9b3f36281
|
|
description: Observability + budget guardrails for Hermes Agent — tokens, cost, latency, tool calls per
|
|
session and cron job. Persists to local SQLite. Exposes /stats and /budget slash commands.
|
|
maintainer: nujovich
|
|
tier: community
|
|
category: general
|
|
docs_url: https://github.com/nujovich/hermes-telemetry#readme
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks:
|
|
- api_request_error
|
|
- on_session_end
|
|
- on_session_finalize
|
|
- on_session_start
|
|
- post_api_request
|
|
- post_llm_call
|
|
- post_tool_call
|
|
- pre_api_request
|
|
- pre_llm_call
|
|
- pre_tool_call
|
|
- subagent_start
|
|
- subagent_stop
|
|
provides_middleware: []
|
|
requires_env: []
|