Add Notion and Youtube toolkits to worker (#322)
This commit is contained in:
parent
2338e823cf
commit
227f02d2fd
3 changed files with 3 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ tools:
|
||||||
directors:
|
directors:
|
||||||
- id: default
|
- id: default
|
||||||
enabled: true
|
enabled: true
|
||||||
|
max_tools: 64
|
||||||
workers:
|
workers:
|
||||||
- id: "localworker"
|
- id: "localworker"
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,4 @@ arcade-spotify
|
||||||
arcade-web
|
arcade-web
|
||||||
arcade-x
|
arcade-x
|
||||||
arcade-zoom
|
arcade-zoom
|
||||||
|
arcade-notion-toolkit
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "arcade_search"
|
name = "arcade_search"
|
||||||
version = "1.2.1"
|
version = "1.3.0"
|
||||||
description = "Tools for searching the web"
|
description = "Tools for searching the web"
|
||||||
authors = ["Arcade <dev@arcade.dev>"]
|
authors = ["Arcade <dev@arcade.dev>"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue