agent-top¶
agent-top is a terminal dashboard for the coding agents running on your machine. It reads the transcripts the harnesses already write and the process table the OS already keeps, then shows every Claude Code, Codex, Gemini CLI and OpenCode session, and any other coding harness it can see, in one place: what each one is doing, how many tokens and dollars it has spent, and which helper processes it has left behind.

Coding agents have become long-running processes, and you tend to keep several at once, each in its own window with its own cost and its own leaks. No single harness shows them together. agent-top does, the way htop does it for processes and btop for the whole machine.
It reads the transcripts the harnesses already write and the process table the OS already keeps. There is nothing to configure and nothing to enable in your agents. It never writes to, signals or kills an agent, and your data never leaves the machine.
What to look at first¶
- STATE tells you who is working and who is waiting for you.
- COST is what each session has spent so far, at list price, counted from the harness's own usage records.
- Red rows in the detail pane are MCP servers whose agent has gone. They are the leak this tool exists to catch.
Where to go next¶
- Getting started: install, first run, the keys.
- The live view: every panel, what it answers, and where its numbers come from.
- Cost report: what all of it has cost, by harness, model, project or day.
- Snapshots and replay: one JSON file, the whole screen, for bug reports and screenshots.
- The blog: the five features to show someone first, with pictures.