| Name | Type | Description |
|---|---|---|
user_input* | str | The user's input message |
agent* | Any | The LangGraph agent to execute |
assistant_id* | str | None | The agent identifier |
session_state* | Any | Session state with auto_approve flag |
adapter* | TextualUIAdapter | |
backend | Any | Default: None |
image_tracker | ImageTracker | None | Default: None |
Execute a task with output directed to Textual UI.
This is the Textual-compatible version of execute_task() that uses the TextualUIAdapter for all UI operations.
The TextualUIAdapter for UI operations
Optional backend for file operations
Optional tracker for images