We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ec8ae commit 28ba011Copy full SHA for 28ba011
agentstack/templates/crewai/tools/composio_tool.py
@@ -1,6 +1,8 @@
1
from composio_crewai import ComposioToolSet, App
2
3
composio_tools = ComposioToolSet().get_tools(apps=[App.CODEINTERPRETER])
4
+# composio_tools = ComposioToolSet().get_tools(apps=[App.GITHUB])
5
+# etc
6
7
# change App.CODEINTERPRETER to be the app you want to use
8
# For more info on tool selection, see https://docs.agentstack.sh/tools/tool/composio
agentstack/tools/tools.json
@@ -6,11 +6,6 @@
"name": "firecrawl",
"url": "https://www.firecrawl.dev/"
}],
9
- "sandboxing": [
10
- {
11
- "name":"e2b",
12
- "url": "https://e2b.dev/"
13
- }],
14
"storage": [{
15
"name": "mem0",
16
"url": "https://github.com/mem0ai/mem0"
0 commit comments