Skip to content

Commit

Permalink
tool cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 9, 2024
1 parent 80ec8ae commit 28ba011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions agentstack/templates/crewai/tools/composio_tool.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from composio_crewai import ComposioToolSet, App

composio_tools = ComposioToolSet().get_tools(apps=[App.CODEINTERPRETER])
# composio_tools = ComposioToolSet().get_tools(apps=[App.GITHUB])
# etc

# change App.CODEINTERPRETER to be the app you want to use
# For more info on tool selection, see https://docs.agentstack.sh/tools/tool/composio
5 changes: 0 additions & 5 deletions agentstack/tools/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"name": "firecrawl",
"url": "https://www.firecrawl.dev/"
}],
"sandboxing": [
{
"name":"e2b",
"url": "https://e2b.dev/"
}],
"storage": [{
"name": "mem0",
"url": "https://github.com/mem0ai/mem0"
Expand Down

0 comments on commit 28ba011

Please sign in to comment.