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

Nyx: Autonomous Testing Harness for AI Agents
Tools

Nyx: Autonomous Testing Harness for AI Agents

Nyx is a blackbox testing harness that probes AI agents for failure modes like logic bugs, reasoning failures, and security vulnerabilities through multi-turn adaptive conversations. It tests in under 10 minutes what manual audits take hours to surface.

OpenClawRadar
Master-plan: A Minimal Terminal Task System Built for Claude Code Users
Tools

Master-plan: A Minimal Terminal Task System Built for Claude Code Users

A developer has built master-plan, a Claude Code plugin with four slash commands that manages tasks directly in the terminal using a markdown file and git. The system captures ideas mid-session without context switching and auto-detects test runners.

OpenClawRadar
Holisto Seed: A Local LLM Framework with Persistent Identity and Consensual Memory Consolidation
Tools

Holisto Seed: A Local LLM Framework with Persistent Identity and Consensual Memory Consolidation

Holisto Seed is a Relational Individuation Framework that gives LLM agents persistent identity, biographical memory, and co-evolutionary relationships with users. It runs fully local with a Git-based versioning system and features a consensual sleep cycle for memory consolidation.

OpenClawRadar
Claude 4.6 Opus Reasoning Distilled to 14GB for Apple Silicon via MLX Quantization
Tools

Claude 4.6 Opus Reasoning Distilled to 14GB for Apple Silicon via MLX Quantization

A developer has quantized a Qwen 3.5 27B model distilled from Claude 4.6 Opus reasoning trajectories from 55.6GB to 14GB using MLX for Apple Silicon, achieving ~16 tokens/sec on an M4 Pro while maintaining the model's analytical reasoning capabilities.

OpenClawRadar