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

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
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
👀 See Also

Mengram adds persistent memory to OpenClaw agents
Mengram is an open-source memory system that gives OpenClaw agents long-term memory across sessions, solving the problem of agents forgetting everything when they restart. It provides episodic, entity, and procedural memory with smart archival of outdated facts.

Benchmark Results: When to Use Claude Opus with Codex vs. Pure Opus for Code Generation
A controlled benchmark tested the 'Plan with Opus, Execute with Codex' approach across three real coding tasks. Results show a cost crossover at approximately 600 lines of code, with specific recommendations based on project size.

Top 6 Open Source Claude Skills (April 15 – May 3)
Six open-source Claude skills from the last 15 days: brand-alchemy, npm-downloads-to-leads, hyperframes, email-newsletter, pricing, and more. Detailed breakdown of each skill's functionality.

OpenClaw Skill 'Waiting Tips' Shows Learning Tips During AI Response Wait Times
The 'Waiting Tips' skill for OpenClaw sends a random learning tip immediately when a user sends a message, filling the 5-10 second wait time for AI responses with useful content. It includes 75 bilingual tips in five categories and works across multiple messaging platforms.