Added - `arcade dev` - serves a simple fastapi actor - `arcade config` - show/edit/change config in `~/.arcade` - `arcade chat` - chat with LLM without toolcalls Changed: - `arcade show`, `arcade run` - can now use all installed toolkits --------- Co-authored-by: Nate Barbettini <nate@arcade-ai.com>
22 lines
544 B
TOML
22 lines
544 B
TOML
[tool.poetry]
|
|
name = "arcade_gmail"
|
|
version = "0.1.0"
|
|
description = "LLM tools for interating with gmail"
|
|
authors = ["Sam Partee <sam@arcade-ai.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
arcade-ai = "^0.1.0"
|
|
google-api-core = "2.19.1"
|
|
google-api-python-client = "2.137.0"
|
|
google-auth = "2.32.0"
|
|
google-auth-httplib2 = "0.2.0"
|
|
google-auth-oauthlib = "1.2.1"
|
|
googleapis-common-protos = "1.63.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^7.4.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|