Skip to main content
  1. Agents/

Session analytics

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

  • 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.
  • ctx - local search over the sessions agents already recorded, with pro 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.