Skip to content

AgentsView

Dennis Lee edited this page Jun 25, 2026 · 1 revision

title: AgentsView type: tool created: 2026-06-25 last_updated: 2026-06-25 related: [] sources: ["https://www.agentsview.io/"] radar_quadrant: Tools radar_ring: Assess radar_position: inner

AgentsView

A local-first analytics platform for coding agents that provides session intelligence, token usage tracking, and cost reporting. Positioned as a faster alternative to ccusage for Claude Code session analysis.

Core Design

AgentsView pre-indexes local coding agent session logs into a SQLite database and serves a web UI and CLI for querying them. Token usage and cost reports run against the pre-indexed database in under a second, compared to tools that re-parse raw files on each invocation. The project claims 100x speed improvement over ccusage via in-memory pricing joins.

All data remains local -- no cloud connectivity required.

Supported Agents

Claude Code is the primary target, alongside 20+ other coding agents including Codex, OpenCode, Amp, and GitHub Copilot CLI. This makes it a unified analytics layer across agent toolchains.

Key Features

  • Token consumption tracking per session
  • Estimated cost breakdowns
  • Session history search
  • Workflow inspection and outcome tracking
  • Web UI and CLI interface

Radar Assessment

Placed in Assess at inner position. The local-first SQLite approach solves a real friction point: ccusage is slow on large session histories. Any developer running Claude Code across multiple projects accumulates session data that is impractical to query interactively without pre-indexing. Multi-agent support adds breadth. Trial gate: index an active Claude Code session history and run cost and token reports against it.

Clone this wiki locally