Skip to content

Instantly share code, notes, and snippets.

@kinowarrior
Created June 10, 2025 06:17
Show Gist options
  • Save kinowarrior/4709c33867f52d000341d3a1a7b5f59e to your computer and use it in GitHub Desktop.
Save kinowarrior/4709c33867f52d000341d3a1a7b5f59e to your computer and use it in GitHub Desktop.
[project]
name = "adk-short-bot"
version = "0.1.0"
description = "A bot that shortens your messages"
authors = [
{name = "Brandon Hancock", email = "[email protected]"}
]
readme = "README.md"
requires-python = ">=3.12"
license = "Apache-2.0"
dependencies = [
"requests<3.0.0,>=2.31.0",
"google-adk<1.0.0,>=0.1.0",
"pydantic<3.0.0,>=2.11.3",
"python-dotenv<2.0.0,>=1.1.0",
"google-cloud-aiplatform[adk,agent_engines]<2.0.0,>=1.42.1",
"absl-py<3.0.0,>=2.1.0",
"cloudpickle<4.0.0,>=3.0.0",
"pip>=25.1.1",
"deprecated>=1.2.18",
]
[project.scripts]
adk-short-bot = "adk_short_bot:app"
deploy-local = "deployment.local:main"
deploy-remote = "deployment.remote:main"
cleanup = "deployment.cleanup:cleanup_deployment"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment