@agent-inspect/tui
v6.7.3
Published
Optional Ink-based terminal UI for inspecting AgentInspect traces
Downloads
7,810
Readme
@agent-inspect/tui
Optional terminal UI for agent-inspect view --tui.
Support level: Supported — see SUPPORT-LEVELS.md.
When to use
- Interactive local trace browsing in the terminal
When not to use
- CI logs (use
report/ JSON) - Terminals without basic Unicode/color support
Install
npm install @agent-inspect/tuiExample
npx agent-inspect view <run-id> --tuiPrivacy
- Reads local trace files only
API
| Export | Purpose |
| ------ | ------- |
| mapInputToAction | Keybindings |
| countTreeSteps | Tree helpers |
Limitations
- Experimental UX; prefer
view/ VS Code for large traces - Terminal compatibility varies (iTerm, VS Code terminal, etc.)
Version
Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
License
MIT
