Agents Observe
Real-time observability dashboard for Claude Code agents with powerful filtering, searching, and visualization of multi-agent sessions.
At a Glance
Free and open-source under the MIT License. Self-hosted via Docker or local dev setup.
Engagement
Available On
Listed Apr 2026
About Agents Observe
Agents Observe is a real-time observability dashboard for Claude Code agents that captures every hook event as it happens and streams it to a live dashboard. It provides full visibility into multi-agent sessions, including tool calls, subagent hierarchies, file operations, and command executions. The server and dashboard run locally or remotely via Docker, allowing multiple Claude Code instances to log full session data using hooks instead of OTEL for a complete picture of agent actions.
- Real-time event streaming — Watch tool calls stream in as they happen, with PreToolUse → PostToolUse events merged into single rows for clarity.
- Multi-agent hierarchy visualization — See the full agent tree showing which subagent was spawned by which parent, making parallel execution transparent.
- Powerful filtering and search — Filter by agent, tool type, or search across all events to quickly find relevant activity.
- Full payload inspection — Expand any event to see the complete payload, command, and result for deep debugging.
- Historical session browsing — Browse past sessions with human-readable names (e.g., "twinkly-hugging-dragon") and trace exact event sequences.
- Plugin installation — Install via
claude plugin install agents-observefor zero-config setup; the server auto-starts as a Docker container on next session. - Standalone/dev mode — Clone the repo, run
just startfor Docker orjust devfor hot-reload development with separate client and server processes. - WebSocket live updates — The React dashboard receives real-time events via WebSocket with automatic reconnection every 3 seconds on disconnect.
- SQLite persistence — All events are stored in a local SQLite database, enabling cross-session pattern analysis and post-hoc debugging.
- MCP server integration — Includes an MCP server configuration and
/observeskill commands for checking dashboard status from within Claude Code.
Community Discussions
Be the first to start a conversation about Agents Observe
Share your experience with Agents Observe, ask questions, or help others learn from your insights.
Pricing
Open Source (MIT)
Free and open-source under the MIT License. Self-hosted via Docker or local dev setup.
- Real-time observability dashboard
- Multi-agent session tracking
- Full event payload inspection
- Historical session browsing
- Claude Code plugin support
Capabilities
Key Features
- Real-time event streaming via WebSocket
- Multi-agent hierarchy visualization
- Filter by agent, tool type, or search across events
- Full payload inspection for tool calls
- Historical session browsing with human-readable names
- Claude Code plugin installation support
- Docker-based server deployment
- SQLite event persistence
- MCP server integration
- PreToolUse and PostToolUse event merging
- Auto-reconnecting WebSocket client
- Project-level and user-level hook configuration
