Francisco/moar/update toolkits (#666)
Co-authored-by: Francisco Liberal <francisco@arcade.dev>
This commit is contained in:
parent
995a516d5e
commit
d0587def37
7 changed files with 11 additions and 7 deletions
|
|
@ -14,12 +14,16 @@ arcade-github-api
|
||||||
arcade-linkedin
|
arcade-linkedin
|
||||||
arcade-math
|
arcade-math
|
||||||
arcade-miro-api
|
arcade-miro-api
|
||||||
arcade-pylon-api
|
arcade-pagerduty-api
|
||||||
arcade-posthog-api
|
arcade-posthog-api
|
||||||
|
arcade-pylon-api
|
||||||
arcade-slack-api
|
arcade-slack-api
|
||||||
arcade-stripe-api
|
arcade-stripe-api
|
||||||
arcade-squareup-api
|
arcade-squareup-api
|
||||||
arcade-ticktick-api
|
arcade-ticktick-api
|
||||||
|
arcade-trello-api
|
||||||
|
arcade-vercel-api
|
||||||
|
arcade-weaviate-api
|
||||||
arcade-xero-api
|
arcade-xero-api
|
||||||
arcade-zendesk
|
arcade-zendesk
|
||||||
arcade-zoho-books-api
|
arcade-zoho-books-api
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "arcade_asana_api"
|
name = "arcade_asana_api"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Tools that enable LLMs to interact directly with the Asana API."
|
description = "Tools that enable LLMs to interact directly with the Asana API."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "arcade_pagerduty_api"
|
name = "arcade_pagerduty_api"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
description = "Tools that enable LLMs to interact directly with the Pagerduty API."
|
description = "Tools that enable LLMs to interact directly with the Pagerduty API."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "arcade_trello_api"
|
name = "arcade_trello_api"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
description = "Tools that enable LLMs to interact directly with the trello API."
|
description = "Tools that enable LLMs to interact directly with the trello API."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "arcade_vercel_api"
|
name = "arcade_vercel_api"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Tools that enable LLMs to interact directly with the vercel API."
|
description = "Tools that enable LLMs to interact directly with the vercel API."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "arcade_weaviate_api"
|
name = "arcade_weaviate_api"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Tools that enable LLMs to interact directly with the weaviate API."
|
description = "Tools that enable LLMs to interact directly with the weaviate API."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "arcade_zoho_creator_api"
|
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."
|
description = "Tools that enable LLMs to interact directly with the Zoho Creator API."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue