VasiHemanth/tokentelemetry

Token telemetry dashboard for AI autonomous and coding agents — tracks tokens, sessions, tool calls & reasoning across Hermes agent, Claude Code, Antigravity CLI, Codex & more. 100% local.

340Stars on the repository
8Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

audit-deep

01

VasiHemanth/tokentelemetry

Agent Claude Code

Deep single-subsystem audit that reasons about state over time (caches, upserts, migrations, concurrent scans) rather than pattern-matching lines. Used by /bug-audit on the riskiest subsystems; runs on Opus for reasoning depth.

340 +5 yesterday A 56 tokens original MIT

audit-scanner

02

VasiHemanth/tokentelemetry

Agent Claude Code

Fast, wide sweep of one audit dimension across the codebase. Returns candidate findings with file:line evidence for the verifier to confirm. Used by /bug-audit; runs on Sonnet for breadth per token.

340 +5 yesterday A 47 tokens original MIT

audit-verifier

03

VasiHemanth/tokentelemetry

Agent Claude Code

Adversarially verifies one candidate finding from /bug-audit — tries to REFUTE it by reading the code and, where cheap, reproducing it with a throwaway script. Kills false positives before they reach the report. Runs on Opus.

340 +5 yesterday A 56 tokens original MIT