agentlens
Local observability for coding-agent sessions. Use when reviewing what an agent did, debugging failed sessions, checking token/cost spend, comparing approaches across sessions, or investigating daily agent activity. --- # AgentLens — Agent Session Observability Inspect sessions before guessing what went wrong. One local surface for traces from Cursor, Claude Code, Codex, Gemini, Pi, and OpenCode. ## When to Use - Session failed or produced unexpected results - Reviewing what tools agent called and in what order - Checking token usage and cost - Comparing two approaches to same task - Daily/weekly activity review across all agents - Debugging why session stalled or looped ## Quick Reference ### CLI ```bash agentlens summary # overview of all indexed sessions agentlens sessions list --limit 20 # recent sessions agentlens session latest --show-tools # last session with tool calls agentlens sessions events latest --follow # live-stream events from latest ``` ### Browser UI ```bash agentlens --browser # opens http://127.0.0.1:8787 ```
Changelog: Source: GitHub https://github.com/marquesds/kaizen
Loading comments...