Back to browse
GitHub Repository

Watch what your ai coding agents(claude, codex and opencode) are doing on your terminal and browser.

76 starsGo

LazyAgent – All in one observerbility TUI app for coding agents

by neozz·Apr 23, 2026·6 points·0 comments

AI Analysis

●●SolidBig BrainShip It

Subagent tree visualization beats scrolling through terminal logs for debugging agent runs.

Strengths
  • Parent-child agent hierarchy displayed as visual tree for tracing delegated work
  • Token usage breakdowns show cache reuse vs cache creation costs per session
  • Multi-runtime support across Claude, Codex, and OpenCode without vendor lock-in
Weaknesses
  • Early stage with breaking changes warned in README, not production-stable yet
  • AI agent observability becoming crowded as more teams build agent debugging tools
Target Audience

Developers using AI coding agents with complex subagent workflows

Similar To

LangSmith · Helicone · Braintrust

Post Description

Hi HN, I made tui observerbility tool for ai agents.

Once subagents start spawning other subagents, basic questions get hard to answer: what is running right now, what tool did it just call, did the child agent actually do what the parent asked. I wanted a way to verify that each agent is doing the work that fits its role, and to spot when a run goes off track.

Lazyagent is a terminal TUI that collects events from Claude Code, Codex, and OpenCode and shows them in one place. Also it can show your token usage information about the sessions.

Features: Filter events by type: tool calls, user prompts, session lifecycle, system events, or code changes only. See which agent or subagent is responsible for each action. The agent tree shows parent-child relationships, so you can trace exactly what a spawned subagent did vs what the parent delegated. View code diffs at a glance. Editing events render syntax-highlighted diffs inline, with addition/deletion stats. Search across all events. You know a file was touched but not which agent did it -- type / and find it. Check token usage per session. A single overlay shows cost, model calls, cache hit rate, per-model breakdowns, and which tools ran the most.

Watch a run in real time, or go back through a completed session to audit what happened.

Please let me know if there's any feature you want.

Similar Projects

Developer Tools●●Solid

Worktree-based TUI management for Agents

Internal team tool for juggling Claude Code and Codex across worktrees — dogfooded with 247 commits.

Solve My ProblemShip It
nwparker
21102mo ago