- Implements https://app.clickup.com/t/86b1whxb3 on the SDK side - - Corresponding Engine PR: https://github.com/ArcadeAI/Engine/pull/113/files?w=1 - Updates existing toolkits with new syntax.
17 lines
368 B
TOML
17 lines
368 B
TOML
[tool.poetry]
|
|
name = "arcade_search"
|
|
version = "0.1.0"
|
|
description = "Tools for searching the web"
|
|
authors = ["Arcade AI <dev@arcade-ai.com"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
arcade-ai = "0.1.*"
|
|
serpapi = "^0.1.5"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^8.3.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|