agtrace 0.1.11

A CLI tool to visualize and analyze AI agent execution traces (Claude, Gemini, etc.) in a unified timeline.
Documentation

npm version crates.io


agtrace watch demo

What it does

  • Live dashboard for context pressure, tool activity, and costs
  • Session history you can query and compare
  • Works with Claude Code, Codex, and Gemini
  • 100% local, no cloud

Install

npm install -g @lanegrid/agtrace
# or
cargo install agtrace

Usage

agtrace init      # once
agtrace watch     # in project dir, then start your agent

Learn More

Supported Providers

  • Claude Code (Anthropic)
  • Codex (OpenAI)
  • Gemini (Google)

License

Dual-licensed under the MIT and Apache 2.0 licenses.