File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,11 @@ def ask_design() -> dict:
199
199
200
200
201
201
def ask_tools () -> list :
202
- use_tools = inquirer .confirm (
203
- message = "Do you want to add agent tools now? (you can do this later with `agentstack tools add <tool_name>`)" ,
204
- )
202
+ # use_tools = inquirer.confirm(
203
+ # message="Do you want to add agent tools now? (you can do this later with `agentstack tools add <tool_name>`)",
204
+ # )
205
+
206
+ use_tools = False
205
207
206
208
if not use_tools :
207
209
return []
Original file line number Diff line number Diff line change 42
42
}],
43
43
"vision" : [{
44
44
"name" : " vision" ,
45
- "url" : " AgentStack default tool"
45
+ "url" : " AgentStack core tool"
46
46
}]
47
47
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " agentstack"
7
- version = " 0.1.7-rc1 "
7
+ version = " 0.1.7-rc2 "
8
8
description = " The fastest way to build robust AI agents"
9
9
authors = [
10
10
{
name =
" Braelyn Boynton" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments