Each example lives in its own directory with a README and setup instructions. All examples use @agentprobe/core and watch for Cursor, Claude Code, Codex, and OpenCode agents by default.
Build the core library first:
# from the repo root
npm install
npm run buildThen pick an example and follow its README.
| Example | Description |
|---|---|
| simple | Minimal observer that prints every lifecycle event to stdout |
| status-tracker | Tracks active agents and prints live status counts |
| notify | macOS desktop notifications on agent completion or error |
| sounds | macOS system sounds on agent lifecycle events |
| webhook | Posts events to a Slack or Discord webhook |
| logger | Logs all events to a JSONL file for later analysis |
| dashboard | Full-screen terminal TUI with agent table and event log |
| orchestrate | Pipeline-driven command execution on agent events |
| glimpse | Floating macOS overlay with real-time agent status |