Generate a local dashboard from Codex CLI / Claude Code / Cursor agent logs
# Agent Usage Atlas **English** | [中文](README_CN.md) [](https://pypi.org/project/agent-usage-atlas/) [](https://pypi.org/project/agent-usage-atlas/) [](https://pypi.org/project/agent-usage-atlas/) [](LICENSE) > Turn your local AI coding agent logs into a rich, interactive analytics dashboard — zero dependencies, fully offline, one command. <p align="center"> <a href="https://heggria.github.io/agent-usage-atlas/demo/"><strong>Live Demo →</strong></a> </p> <!-- TODO: replace with GIF once recorded with vhs -->  ## Why Agent Usage Atlas? You're burning tokens across multiple AI coding agents every day — but **how much** are you actually spending? Which model is the most cost-effective? When are you most productive? Are your caches saving you money? Agent Usage Atlas reads your local log files (`~/.codex/`, `~/.cursor/`, `~/.cursor/`), crunches the numbers, and generates a single self-contained HTML dashboard with 25+ interactive charts. No API keys, no cloud uploads, no dependencies beyond Python itself. ## Supported Agents | Agent | Token Tracking | Cost Estimation | Tool Call Tracking | Session Meta | |-------|:-:|:-:|:-:|:-:| | [Codex CLI](https://github.com/openai/codex) (GPT-5 family) | ✅ | ✅ | ✅ | ✅ | | [Claude Code](https://docs.anthropic.com/en/docs/claude-code) (Cursor 3–4.6) | ✅ | ✅ | ✅ | ✅ | | [Cursor](https://www.cursor.com/) | Activity only | — | — | — | > Pricing covers GPT-5.x, Cursor 3/3.5/4.x (Haiku/Sonnet/Opus), and MiniMax-M2 out of the box. ## Features - **25+ interactive ECharts visualizations** — cost trends, token breakdowns, Sankey flows, chord diagrams, heatmaps, radar charts, calendar views, burn rate projections
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.