The TUI analog of browser-use. An MCP server that lets an AI agent drive any interactive terminal program — snapshot the screen, find what's clickable, answer a blocking prompt — the same way browser-use drives a web page.
A terminal is a deterministic text grid, not a screenshot to OCR. So grounding
is exact: the agent knows the character and element at every (row, col). These clips show the real
engine operating on captured terminal output — parse, derive, encode — no pixels, no guessing.
These clips exercise the real terminal-use-mcp functions (grid → deriveElements →
deriveBlockedOnPrompt → encode) on captured terminal output. In the live Nyx runtime the same pipeline
is driven by a real pseudo-terminal (node-pty), so workers can operate any TUI, answer any blocking prompt,
and drive remote programs over SSH.