Awesome AI AgentsAgent Monitoring Tools

matt1398/claude-devtools

⭐ 3924 TypeScript added to this list on 2026-04-13 repository created 2026-02-07

claude-devtools is a free, open-source desktop application that reconstructs what Claude Code actually did during a session by reading the transcripts and logs already stored in the ~/.claude directory on the local machine. It needs no configuration, no API keys and no wrapper around the CLI, and it works with every session previously run. The README explains the motivation: since Claude Code version 2.1.20 the terminal collapses output into summaries such as Read 3 files or Edited 2 files, hiding file paths, tool inputs and outputs, chain-of-thought reasoning, subagent activity and team coordination messages, while the only alternative, --verbose, dumps raw JSON, internal system prompts and thousands of lines of noise. The application restores that detail in a structured, filterable interface: exact file paths with syntax-highlighted content and line numbers, the regex pattern used in a search together with every matching file and matched line, inline diffs for edits, full execution trees per subagent with tool traces, tokens, duration and cost, and extended thinking content rendered in full. Context reconstruction attributes tokens per turn across seven categories covering global, project and directory CLAUDE.md files, skills, @-mentioned files, tool input and output, thinking, team overhead and user text, with compaction visualised so it is clear what filled the context window at any point. Per-project memory stored under ~/.claude/projects is rendered as a clickable index of layers that open in an editor. Copying is handled as real selectable text with one-click copy on every message and code block, avoiding wrapped lines, ANSI codes and broken Markdown. Distribution covers macOS on Apple Silicon and Intel, Linux as AppImage, deb, rpm and pacman packages, Windows as an installer, Homebrew as a cask, and Docker Compose serving a web interface on port 3456. The audience is developers debugging or auditing Claude Code sessions.

https://github.com/matt1398/claude-devtools

claude-codeobservabilitysession-inspectiontoken-usagedebugging

Also in Agent Monitoring Tools

raga-ai-hub/RagaAI-Catalyst

RagaAI Catalyst is a Python SDK platform for observability, monitoring, and evaluation of AI agents and LLM projects, featuring tracing, debugging, advanced analytics, and project management tools.

superset-sh/superset

Superset is a desktop application (macOS) designed to orchestrate and manage multiple CLI-based AI coding agents in parallel using isolated Git worktrees, featuring built-in diff viewing and IDE in...

MervinPraison/PraisonAI

PraisonAI is a production-ready Multi AI Agents framework that enables the creation and management of intelligent AI agents to automate and solve complex problems through collaboration and customization.

apache/hertzbeat

Apache HertzBeat is an AI-powered open source real-time observability system that unifies metrics and logs collection, alerting, and notification with high performance and customizable monitoring capabilities.

junhoyeo/tokscale

Tokscale is a CLI utility and dashboard for tracking and visualizing token usage and costs across various AI coding agents.

eumemic/ai-legion

AI Legion is a platform for autonomous agents powered by large language models that collaborate to accomplish tasks with minimal human intervention.

chiphuyen/sniffly

Sniffly is a local analytics dashboard that parses Claude Code logs to show usage statistics, error breakdowns and full message history, with optional shareable dashboards.

ZHangZHengEric/Sage

Sage is a production-ready, modular multi-agent system framework that intelligently decomposes and orchestrates complex tasks using advanced AI models and provides an interactive web interface for real-time task visualization.