File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11recursive-include agentstack/templates *
2+ recursive-include agentstack/tools *
23include agentstack.json .env .env.example
Original file line number Diff line number Diff line change 1212
1313def add_tool (tool_name : str , path : Optional [str ] = None ):
1414 with importlib .resources .path (f'agentstack.tools' , 'tools.json' ) as tools_data_path :
15- print (tools_data_path )
1615 tools = open_json_file (tools_data_path )
1716 framework = get_framework (path )
1817 assert_tool_exists (tool_name , tools )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " agentstack"
7- version = " 0.1.4"
7+ version = " 0.1.4-dev1 "
88description = " The fastest way to build robust AI agents"
99authors = [
1010 { name =" Braelyn Boynton" , email =" bboynton97@gmail.com" }
You can’t perform that action at this time.
0 commit comments