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:
|
||||
- id: default
|
||||
enabled: true
|
||||
max_tools: 64
|
||||
workers:
|
||||
- id: "localworker"
|
||||
enabled: true
|
||||
|
|
|
|||
|
|
@ -9,3 +9,4 @@ arcade-spotify
|
|||
arcade-web
|
||||
arcade-x
|
||||
arcade-zoom
|
||||
arcade-notion-toolkit
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "arcade_search"
|
||||
version = "1.2.1"
|
||||
version = "1.3.0"
|
||||
description = "Tools for searching the web"
|
||||
authors = ["Arcade <dev@arcade.dev>"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue