pub async fn run_tui(agent_command: &str) -> Result<(), AppError>Expand description
Launch the wisp TUI with the given agent subprocess command.
Sets up logging, connects to the agent via ACP, and runs the interactive terminal event loop until the user exits.