TokenTelemetry — Track token cost & reasoning traces across your autoresearch runs (100% local, open source) #544
VasiHemanth
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey autoresearch community!
Running long agentic research loops is exciting — but it can be a black box: how many tokens did that run burn? What did the agent actually reason through? Which sub-agents fired?
I built TokenTelemetry to answer exactly that — a 100% local, open-source observability dashboard for AI coding agents.
What it tracks
Why it's useful for autoresearch
Autoresearch runs multi-step, iterative research loops that can get expensive fast. TokenTelemetry gives you per-run observability — so you can:
Supported agents (zero config)
Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, Qwen, Vibe, Antigravity, OpenCode — reads directly from local log files, no proxies.
Install
curl -fsSL https://raw.githubusercontent.com/VasiHemanth/tokentelemetry/main/install.sh | bashMIT licensed · 100% local · no signup · Node 18+, Python 3.9+
GitHub: https://github.com/VasiHemanth/tokentelemetry
Website: https://tokentelemetry.com
Would love feedback from folks running deep research loops — especially around multi-agent cost visibility!
Beta Was this translation helpful? Give feedback.
All reactions