-
Notifications
You must be signed in to change notification settings - Fork 0
AgentsView
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
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.
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.
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.
- Token consumption tracking per session
- Estimated cost breakdowns
- Session history search
- Workflow inspection and outcome tracking
- Web UI and CLI interface
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.