pub async fn run_tui( agent_command: &str, settings: UiSettings, log_dir: Option<&str>, ) -> Result<(), AppError>
Launch the Wisp TUI with the given agent subprocess command.