Skip to content

Commit

Permalink
remove tools wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 8, 2024
1 parent 2437ebe commit 6248c3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions agentstack/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,11 @@ def ask_design() -> dict:


def ask_tools() -> list:
use_tools = inquirer.confirm(
message="Do you want to add agent tools now? (you can do this later with `agentstack tools add <tool_name>`)",
)
# use_tools = inquirer.confirm(
# message="Do you want to add agent tools now? (you can do this later with `agentstack tools add <tool_name>`)",
# )

use_tools = False

if not use_tools:
return []
Expand Down
2 changes: 1 addition & 1 deletion agentstack/tools/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
}],
"vision": [{
"name": "vision",
"url": "AgentStack default tool"
"url": "AgentStack core tool"
}]
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agentstack"
version = "0.1.7-rc1"
version = "0.1.7-rc2"
description = "The fastest way to build robust AI agents"
authors = [
{ name="Braelyn Boynton", email="[email protected]" }
Expand Down

0 comments on commit 6248c3a

Please sign in to comment.