diff --git a/docker/toolkits.txt b/docker/toolkits.txt index f5380d14..3e96046c 100644 --- a/docker/toolkits.txt +++ b/docker/toolkits.txt @@ -14,12 +14,16 @@ arcade-github-api arcade-linkedin arcade-math arcade-miro-api -arcade-pylon-api +arcade-pagerduty-api arcade-posthog-api +arcade-pylon-api arcade-slack-api arcade-stripe-api arcade-squareup-api arcade-ticktick-api +arcade-trello-api +arcade-vercel-api +arcade-weaviate-api arcade-xero-api arcade-zendesk arcade-zoho-books-api diff --git a/toolkits/asana_api/pyproject.toml b/toolkits/asana_api/pyproject.toml index cab58492..ada80e83 100644 --- a/toolkits/asana_api/pyproject.toml +++ b/toolkits/asana_api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_asana_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the Asana API." requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/pagerduty_api/pyproject.toml b/toolkits/pagerduty_api/pyproject.toml index b70d0c34..b9c7d360 100644 --- a/toolkits/pagerduty_api/pyproject.toml +++ b/toolkits/pagerduty_api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_pagerduty_api" -version = "2.0.0" +version = "2.0.1" description = "Tools that enable LLMs to interact directly with the Pagerduty API." requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/trello_api/pyproject.toml b/toolkits/trello_api/pyproject.toml index 50ee6d58..e8cc4c56 100644 --- a/toolkits/trello_api/pyproject.toml +++ b/toolkits/trello_api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_trello_api" -version = "2.0.0" +version = "2.0.1" description = "Tools that enable LLMs to interact directly with the trello API." requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/vercel_api/pyproject.toml b/toolkits/vercel_api/pyproject.toml index 312925ef..42a5436f 100644 --- a/toolkits/vercel_api/pyproject.toml +++ b/toolkits/vercel_api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_vercel_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the vercel API." requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/weaviate_api/pyproject.toml b/toolkits/weaviate_api/pyproject.toml index 74a5a864..93c79730 100644 --- a/toolkits/weaviate_api/pyproject.toml +++ b/toolkits/weaviate_api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_weaviate_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the weaviate API." requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/zoho_creator_api/pyproject.toml b/toolkits/zoho_creator_api/pyproject.toml index e886e76f..4efcfa6f 100644 --- a/toolkits/zoho_creator_api/pyproject.toml +++ b/toolkits/zoho_creator_api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_zoho_creator_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the Zoho Creator API." requires-python = ">=3.10" dependencies = [