AgentPeek: Open-source dashboard for monitoring Claude Code agent teams

✍️ OpenClawRadar📅 Published: April 14, 2026🔗 Source
AgentPeek: Open-source dashboard for monitoring Claude Code agent teams
Ad

AgentPeek is an open-source tool built with Claude Code that provides a live dashboard for monitoring agent teams. It addresses the common problem of watching terminal output without understanding which agents are doing what, why tasks take time, or where tokens are being consumed.

Key Features

  • Agent orchestration — Shows who spawned whom, parallel vs sequential execution, and team hierarchy as a live directed graph
  • Execution traces — Every tool call with full inputs/outputs, retries, failures, and timing
  • Prompts & results — Exact prompts each agent received and what they returned
  • Cost attribution — Per-agent token estimates to identify budget consumption
  • Stuck detection — Real-time alerts when an agent loops on the same failed call
  • Files touched — Which agents read, wrote, edited, or deleted which files
  • Session replay — Full chronological event log for post-session debugging
  • Cross-session baselines — Track agent performance over time in plain English
  • Bottleneck analysis — Identify the slowest agent, wasted work, and parallelism gaps
Ad

Installation

Installation requires three commands:

git clone https://github.com/TranHuuHoang/agentpeek.git
cd agentpeek
pipx install -e . agentpeek

The tool auto-installs hooks into Claude Code settings, and the dashboard opens at localhost:8099.

Technical Details

AgentPeek is free, open source, and MIT licensed. All data stays fully local on your machine with nothing sent to external servers. The tool is described as "early and rough in places" by the creator, who welcomes feedback and contributions.

This type of monitoring tool is particularly useful for developers working with multi-agent systems where understanding execution flow, debugging failures, and managing costs are critical to effective development workflows.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

GoModel: A Lightweight Open-Source AI Gateway Written in Go
Tools

GoModel: A Lightweight Open-Source AI Gateway Written in Go

GoModel is an open-source AI gateway that provides a unified OpenAI-compatible API for multiple providers including OpenAI, Anthropic, Gemini, Groq, xAI, and Ollama. It features a 17MB Docker image, 44x smaller than LiteLLM, with environment-variable-first configuration and built-in observability.

OpenClawRadar
Claude Code user builds nvm plugin to capture problem-solving context
Tools

Claude Code user builds nvm plugin to capture problem-solving context

A developer created a Claude plugin called nvm (non-volatile memory) that converts Claude session history into markdown cards documenting problem-solving decisions and reusable insights. The tool addresses the issue of losing track of how problems were solved when using AI coding assistants.

OpenClawRadar
Local-first AI tax preparer with encrypted PII built on MCP
Tools

Local-first AI tax preparer with encrypted PII built on MCP

A developer built a tax filing extension for Crow that encrypts all PII with AES-256-GCM and works with any MCP-compatible client including Claude, ChatGPT, Gemini, or local models through Ollama. The system handles 1040, Schedule 1, HSA (8889), education credits (8863), self-employment (Schedule C/SE), and capital gains (Schedule D) calculations locally.

OpenClawRadar
Librarian MCP: Local AI Server for Persistent Context with Documents
Tools

Librarian MCP: Local AI Server for Persistent Context with Documents

Librarian MCP is an open-source Model Context Protocol server that runs locally and connects to Jan, LM Studio, or Claude Desktop, enabling AI models to search and analyze document collections while maintaining full conversation context and data privacy.

OpenClawRadar