Skip to content

Commit

Permalink
remove agent wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 8, 2024
1 parent 8c32ce8 commit c01ac0e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions agentstack/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c01ac0e

Please sign in to comment.