Skip to main content

Module tui

Module tui 

Source
Expand description

Interactive terminal launch and capture for supported agent clients.

Structs§

AgentTuiCapture
Terminal capture and normalized events for one agent.
AgentTuiLaunch
Executable, argv, cwd, and environment for an interactive agent launch.
AgentTuiOptions
Options for launching and driving an agent’s real interactive terminal UI.

Enums§

AgentTuiError
Error while preparing or capturing an interactive agent terminal.
AgentTuiEvent
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.