↓ Skip to main content
  1. Agents/

Session analytics

Tools that turn what coding agents already record into searchable history, cost reports, and audits, plus the ones that watch the sessions as they happen.

  • Agent Analytics - the agent-readable web analytics layer, tracker events in your own D1 or SQLite (or its cloud), queried through skill, MCP, CLI, or HTTP.
  • AgentTrace - the local Rust TUI and CLI that audits session cost, tokens, latency, failures, and health across about 15 coding-agent formats, with CI gates.
  • agents-observe - the live dashboard for Claude Code and Codex sessions, hooks feeding a local server, multi-agent trees and cost breakdowns in real time.
  • agentsview - the local-first indexer for roughly 60 agents’ session files, retrospective search and token-cost reporting in one SQLite store.
  • ClawTrace - the hosted tracing and cost-attribution platform for OpenClaw runs, with full-payload traces and an AI analyst named Tracy, billed in credits.
  • ctx - local search over the sessions agents already recorded, with blame attribution from any line of code back to its transcript.
  • Memex - the Rust CLI that indexes multi-harness session transcripts locally with BM25 or embeddings and resumes the session you find.

Its members are compared on shared rows in the Session Analytics Feature Matrix.

Changes
#

  • 2026-08-30 - Added agentsview.
  • 2026-09-05 - Added ctx.
  • 2026-09-16 - Added agents-observe.
  • 2026-09-20 - Added Memex.
  • 2026-09-27 - Added Agent Analytics.
  • 2026-09-27 - Added AgentTrace.
  • 2026-09-27 - Added ClawTrace.