All activity
Darshan Nerestarted a discussion
ObservAgent: Real-Time Observability for Claude-Code
Hey PH!, I’ve been working on a project called ObservAgent and wanted to share it here to get feedback from people building with AI agents, especially Claude Code users. What it is ObservAgent is a local-first observability tool that lets you see what your Claude agent is actually doing in real time. You can track token usage, cost, tool calls, latency, and sub-agent behavior while a session is...
ObservAgent is a local-first observability dashboard for Claude Code. It hooks into Claude's built-in hook system, zero code changes and streams every tool call, cost, latency, and subagent event to a live dashboard in real time.
Stop flying blind on expensive agent runs. See exactly what's happening, what it costs, and what's slow.
npm i -g @darshannere/observagent && observagent init

ObservagentObservability for agents
Darshan Nereleft a comment
Hey PH! 👋 Darshan here, maker of ObservAgent. I built this after repeatedly getting surprised by Claude Code session costs, with no easy way to see why a run was expensive or which tool was dragging things down. Claude Code writes JSONL transcripts, but they're not useful in real time. I wanted a live dashboard that just works without wrapping any code or changing how I work. ObservAgent uses...

ObservagentObservability for agents
