Skip to content

Commit 28ba011

Browse files
committed
tool cleanup
1 parent 80ec8ae commit 28ba011

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from composio_crewai import ComposioToolSet, App
22

33
composio_tools = ComposioToolSet().get_tools(apps=[App.CODEINTERPRETER])
4+
# composio_tools = ComposioToolSet().get_tools(apps=[App.GITHUB])
5+
# etc
46

57
# change App.CODEINTERPRETER to be the app you want to use
68
# For more info on tool selection, see https://docs.agentstack.sh/tools/tool/composio

agentstack/tools/tools.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"name": "firecrawl",
77
"url": "https://www.firecrawl.dev/"
88
}],
9-
"sandboxing": [
10-
{
11-
"name":"e2b",
12-
"url": "https://e2b.dev/"
13-
}],
149
"storage": [{
1510
"name": "mem0",
1611
"url": "https://github.com/mem0ai/mem0"

0 commit comments

Comments
 (0)