Back to browse
GitHub Repository

workpulse is a local-first terminal monitor (like htop) for coding agents.

3 starsGo

Yeah Another Htop for Agents

by juanpabloaj·Apr 8, 2026·1 point·0 comments

AI Analysis

●●●BangerNiche GemShip ItSolve My Problem

Htop for AI agents tracks tokens, tools, and sessions locally.

Strengths
  • Parses local session files directly without needing vendor instrumentation or APIs.
  • Correlates OS processes with agent sessions to show blocked versus active states.
  • Supports Claude, Codex, and Gemini out of the box with token tracking.
Weaknesses
  • Windows support missing; relies on ps and lsof which are Unix-centric.
  • Codex session correlation is heuristic since no active-session PID index exists.
Target Audience

Developers using local AI agents

Similar To

htop · Activity Monitor · LangFuse

Post Description

I was looking for a small option for ckeck how many agents are running, and what where they doing. Even when I didn't launch them, for example when claude calls codex the reduce the session usage of claude.

Maybe other names could have been atop (but it exists) or yaat (yeah another agent top).

Similar Projects