Skip to content

Commit c01ac0e

Browse files
committed
remove agent wizard
1 parent 8c32ce8 commit c01ac0e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

agentstack/cli/cli.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@ def ask_framework() -> str:
9595

9696

9797
def ask_design() -> dict:
98-
use_wizard = inquirer.confirm(
99-
message="Would you like to use the CLI wizard to set up agents and tasks?",
100-
)
98+
# use_wizard = inquirer.confirm(
99+
# message="Would you like to use the CLI wizard to set up agents and tasks?",
100+
# )
101+
102+
use_wizard = False
101103

102104
if not use_wizard:
103105
return {

0 commit comments

Comments
 (0)