Expand description
Interactive terminal launch and capture for supported agent clients.
Structs§
- Agent
TuiCapture - Terminal capture and normalized events for one agent.
- Agent
TuiLaunch - Executable, argv, cwd, and environment for an interactive agent launch.
- Agent
TuiOptions - Options for launching and driving an agent’s real interactive terminal UI.
Enums§
- Agent
TuiError - Error while preparing or capturing an interactive agent terminal.
- Agent
TuiEvent - Stable semantic event extracted from an agent TUI transcript.
Functions§
- build_
agent_ tui_ launch - Build a shell-free interactive launch for a supported agent client.
- capture_
agent_ tui - Capture and drive an agent’s real interactive terminal interface.
- normalize_
tui_ transcript - Extract stable message and tool-call events without removing repeated states.