pub async fn run_wizard_loop<W: Write>(
wizard: &mut NewAgentWizard,
terminal: &mut TerminalRuntime<W>,
) -> Result<NewAgentOutcome, CliError>pub async fn run_wizard_loop<W: Write>(
wizard: &mut NewAgentWizard,
terminal: &mut TerminalRuntime<W>,
) -> Result<NewAgentOutcome, CliError>