chojs23/lazyagent
75 stars · Last commit 2026-05-23
Watch what your ai coding agents(claude, codex and opencode) are doing on your terminal and browser.
README preview
# lazyagent <img alt="lazyagent" src="./docs/screenshot.png" /> <img alt="lazyagent" src="./docs/lazyagent-web.png" /> `lazyagent` is a tui/web app for watching what ai agents are doing. You can inspect projects, sessions, agents, subagents, tools, prompts and outputs in one place. It is built for day to day observability. You can see which session belongs to which project, which agent or subagent is active, what tool ran, and what happened next. It also helps you check whether each agent is doing the work that fits its role, so it is easier to spot when a run goes off track. <img alt="lazyagent" src="./docs/usage_overlay.png" /> You can check token usage breakdowns for each session, so you can see how many tokens were spent on the model, how many were saved by cache reuse, and how many were spent on cache creation. ## Features - **Multi-runtime support** -- Support Claude, Codex, and OpenCode sessions - **Subagent hierarchy** -- See which agents spawned which subagents, displayed as a visual tree.