← 返回命令列表

Linux command

lazyagent 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Launch

lazyagent

Monitor only

lazyagent --agent claude

Monitor only

lazyagent --agent cursor

Start

lazyagent --api

Start the API

lazyagent --api --host [":8080"]

Launch

lazyagent --gui

Run all three

lazyagent --tui --gui --api

说明

lazyagent is a terminal UI, macOS menu bar app, and HTTP API for monitoring all running coding agent instances on your machine. It supports Claude Code, Cursor, OpenCode, pi, Codex CLI, and Amp. Unlike other tools, lazyagent does not replace or modify your workflow — it is purely observational. Launch agents wherever you want (terminal, IDE, desktop app) and lazyagent watches session data to determine what each session is doing. No modifications to any agent are needed. The HTTP API provides a read-only REST interface with Server-Sent Events for real-time push updates, allowing custom dashboards, mobile apps, or integration with existing tools.

参数

--agent _name_
Filter to a specific agent: claude, cursor, opencode, pi, codex, amp, or all (default: all)
--tui
Launch the terminal UI (default when no interface is specified)
--gui
Launch as a macOS menu bar app
--api
Start the HTTP API server with Server-Sent Events for real-time updates
--host _address_
Custom API listen address (default: :3333)
--help
Display help information

FAQ

What is the lazyagent command used for?

lazyagent is a terminal UI, macOS menu bar app, and HTTP API for monitoring all running coding agent instances on your machine. It supports Claude Code, Cursor, OpenCode, pi, Codex CLI, and Amp. Unlike other tools, lazyagent does not replace or modify your workflow — it is purely observational. Launch agents wherever you want (terminal, IDE, desktop app) and lazyagent watches session data to determine what each session is doing. No modifications to any agent are needed. The HTTP API provides a read-only REST interface with Server-Sent Events for real-time push updates, allowing custom dashboards, mobile apps, or integration with existing tools.

How do I run a basic lazyagent example?

Run `lazyagent` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --agent _name_ do in lazyagent?

Filter to a specific agent: claude, cursor, opencode, pi, codex, amp, or all (default: all)