Add Notion and Youtube toolkits to worker (#322)

This commit is contained in:
Sterling Dreyer 2025-03-21 15:33:21 -07:00 committed by GitHub
parent 2338e823cf
commit 227f02d2fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -40,6 +40,7 @@ tools:
directors:
- id: default
enabled: true
max_tools: 64
workers:
- id: "localworker"
enabled: true

View file

@ -9,3 +9,4 @@ arcade-spotify
arcade-web
arcade-x
arcade-zoom
arcade-notion-toolkit

View file

@ -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>"]