From c01ac0eda69eeb66bff976593f133e06d78ad8b0 Mon Sep 17 00:00:00 2001 From: Braelyn Boynton Date: Fri, 8 Nov 2024 13:34:47 -0800 Subject: [PATCH] remove agent wizard --- agentstack/cli/cli.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/agentstack/cli/cli.py b/agentstack/cli/cli.py index 1951536..18471ab 100644 --- a/agentstack/cli/cli.py +++ b/agentstack/cli/cli.py @@ -95,9 +95,11 @@ def ask_framework() -> str: def ask_design() -> dict: - use_wizard = inquirer.confirm( - message="Would you like to use the CLI wizard to set up agents and tasks?", - ) + # use_wizard = inquirer.confirm( + # message="Would you like to use the CLI wizard to set up agents and tasks?", + # ) + + use_wizard = False if not use_wizard: return {