EveryDev.ai
Subscribe
Home
Tools

3,484+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. agentacct
    agentacct icon

    agentacct

    Observability Platforms

    A local-first terminal dashboard that reads coding agent session logs to show token usage, estimated costs, provider rate limits, and per-task work steps — no login, no telemetry.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. No paid tiers.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Observability PlatformsAI Coding AssistantsMonitoring Tools

    Alternatives

    claude-tapclaude-devtoolsCodeBurn
    Developer
    mikehasamikehasa builds agentacct, a local-first Agent Work Intellig…

    Listed Aug 2026

    About agentacct

    agentacct is an open-source, local-first Agent Work Intelligence tool for developers who use coding agents like Claude Code and Codex. It reads the session logs those clients already write on your machine, joins them with recorded work steps, and surfaces the result in a live terminal dashboard (agentacct tui). The project is published under the MIT License and is currently in public alpha, with v0.8.1 released in August 2026.

    What It Is

    agentacct sits in the category of LLM observability and cost-tracking tooling, specifically targeting the coding-agent workflow. Rather than requiring a cloud account or browser, it operates entirely on your local machine: state is stored in plain local files, nothing binds a network port, and there is no phone-home telemetry. The tool never stores or requests a provider API key. Its core job is to answer two questions: what did my coding agent actually do? and what did it cost?

    How the Evidence Pipeline Works

    agentacct keeps two evidence streams separate and joins them on real client IDs:

    • Usage truth is imported from the client's own local session files. Tokens are labeled client_reported; costs come from a local pricing table and are clearly marked as estimates, never provider invoices.
    • Work meaning comes from sections and events the agent records over MCP while it works (agentacct_record_section, agentacct_record_machine_check), plus machine checks like test runs.
    • The join links the two through session/transcript IDs and labels every attribution exact, high, medium, or low. Missing attribution is shown as a gap rather than a guess.

    For Claude Code, an installed hook bridge captures real session/transcript IDs at session start and on every tool call. For Codex, the link is evidenced from the client's own session logs at import time.

    Terminal Dashboard Features

    Running agentacct tui opens a live, in-terminal view with:

    • Usage and cost panels — tokens per agent, model, and day, with provider rate-limit bars and reset countdowns
    • Sessions list — per-session tokens, cost, status, and step counts
    • Session detail — per-step work ledger showing pass/fail check evidence with exit codes; steps are labeled Verified (passing test) or Agent reported (agent's own claim)
    • Weekly plan cost estimate (beta) — estimates what fraction of a weekly Claude plan each task consumed, calibrated from the user's own recorded limit history; shows "still calibrating" rather than a guess until enough data is available
    • Snapshot export — press p to save a shareable SVG of the current view

    Setup Path

    agentacct requires Python ≥ 3.11 on macOS or Linux (Windows is supported only via WSL). Installation is via pipx or uv:

    pipx install agentacct
    agentacct onboard
    agentacct tui
    

    onboard detects local coding-agent logs, sets up a global store, and runs a first usage sync. It also starts a managed background sync and a local JSON API on http://127.0.0.1:8765 for shell and script polling. A --scope project flag keeps state in the repo's .agent-sentinel/ directory instead of the global store. A agentacct demo command runs a safe local walkthrough in a throwaway temporary store with no provider keys or paid API calls.

    Client Support and Honest Scope

    The README explicitly scopes per-client support: Claude Code and Codex have live-observed usage paths; Hermes, OpenCode, OpenClaw, and Cursor have narrower, explicitly-scoped paths. The agentacct capabilities agents command prints the current capability matrix for the user's machine. The project's stated design principle is that missing attribution beats wrong attribution.

    Update: v0.8.1

    The latest release is v0.8.1, published on 2026-08-04. The repository was created in July 2026 and has seen active development, with the last push recorded on 2026-08-07. The project is self-described as early alpha, with interfaces subject to change. The public alpha checklist and live smoke evidence are documented in the repository's docs/ directory.

    agentacct - 1

    Community Discussions

    Be the first to start a conversation about agentacct

    Share your experience with agentacct, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. No paid tiers.

    • Live terminal dashboard (agentacct tui)
    • Token usage and cost tracking
    • Per-session work ledger with attribution confidence labels
    • Weekly plan cost estimate (beta)
    • Local JSON API

    Capabilities

    Key Features

    • Live terminal dashboard (agentacct tui) showing token usage, cost, and provider rate-limit bars
    • Per-session work ledger with pass/fail check evidence and exit codes
    • Attribution confidence labels (exact/high/medium/low) for usage-to-work joins
    • Weekly Claude plan cost estimate calibrated from recorded limit history (beta)
    • Snapshot export to shareable SVG
    • Local JSON API on http://127.0.0.1:8765 for shell and script polling
    • Demo mode with throwaway temporary store (no API keys required)
    • Global and per-project install scopes
    • MCP server integration for recording work steps and machine checks
    • No telemetry, no cloud sync, no account required

    Integrations

    Claude Code
    Codex
    OpenCode
    Hermes
    OpenClaw
    Cursor
    MCP (Model Context Protocol)
    OTLP (local telemetry receiver)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate agentacct and help others make informed decisions.

    Developer

    mikehasa

    mikehasa builds agentacct, a local-first Agent Work Intelligence tool for coding agents. The project focuses on honest, privacy-preserving observability — reading existing client session logs without requiring cloud accounts, telemetry, or API keys. Development is active and open-source under the MIT License.

    Read more about mikehasa
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    claude-tap icon

    claude-tap

    A local proxy and trace viewer for AI coding agents that intercepts and inspects API traffic from Claude Code, Codex CLI, Gemini CLI, Cursor CLI, and more.

    claude-devtools icon

    claude-devtools

    A desktop app that reconstructs exactly what Claude Code did — every file path, tool call, and token — from session logs on your machine.

    CodeBurn icon

    CodeBurn

    An open-source CLI and TUI dashboard that tracks AI coding token usage and costs across Claude Code, Codex, Cursor, OpenCode, Pi, and GitHub Copilot.

    Browse all tools

    Related Topics

    Observability Platforms

    Comprehensive platforms that combine metrics, logs, and traces with AI-powered analytics to provide deep insights into complex distributed systems and application behavior.

    113 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    725 tools

    Monitoring Tools

    AI-enhanced monitoring solutions that provide real-time visibility into system performance, anomaly detection, and predictive alerting for proactive issue resolution.

    90 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions