Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

title lazyagent Documentation
description A terminal UI, macOS menu bar app, and HTTP API for monitoring every coding agent on your machine — plus maintenance commands to keep their transcripts under control.
sidebar
order
0

lazyagent watches session data from coding agents — Claude Code (CLI and Desktop), Cursor, Codex, Amp, pi, and OpenCode — and shows what each one is doing in real time. No modifications to any agent are needed; it's purely observational.

Three interfaces ship in a single binary: a terminal UI, a macOS menu bar app, and an HTTP API. They share the same engine and can all run at once. Two maintenance subcommands, prune and compact, clean up old or oversized transcripts.

Getting Started

  • Installation — Homebrew, Go, or build from source
  • Quickstart — first launch, flags, and combining interfaces

Concepts

Interfaces

  • Terminal UI — the default, bubbletea-powered TUI
  • macOS GUI — the detachable menu bar panel
  • HTTP API — REST + Server-Sent Events, with the interactive playground

Usage

  • CLI reference — every lazyagent flag, with syntax and examples
  • Recipes — end-to-end walkthroughs for common workflows

Maintenance

Reference