dev: add ADK agent with vector search tool and Google Cloud file storage implementation
This commit is contained in:
@@ -4,20 +4,19 @@ version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Anibal Angulo", email = "a8065384@banorte.com" }
|
||||
{ name = "Anibal Angulo", email = "a8065384@banorte.com" },
|
||||
{ name = "Jorge Juarez", email = "a8080816@banorte.com" }
|
||||
]
|
||||
requires-python = "~=3.12.0"
|
||||
dependencies = [
|
||||
"aiohttp>=3.13.3",
|
||||
"fastapi>=0.129.0",
|
||||
"gcloud-aio-auth>=5.4.2",
|
||||
"gcloud-aio-storage>=9.6.1",
|
||||
"google-cloud-aiplatform>=1.138.0",
|
||||
"google-cloud-storage>=3.9.0",
|
||||
"pydantic-ai-slim[google]>=1.62.0",
|
||||
"pydantic-settings[yaml]>=2.10.1",
|
||||
"google-adk>=1.14.1",
|
||||
"google-cloud-aiplatform>=1.126.1",
|
||||
"google-cloud-storage>=2.19.0",
|
||||
"pydantic-settings[yaml]>=2.13.1",
|
||||
"structlog>=25.5.0",
|
||||
"uvicorn>=0.41.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
@@ -30,6 +29,7 @@ build-backend = "uv_build"
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"clai>=1.62.0",
|
||||
"marimo>=0.20.1",
|
||||
"pytest>=8.4.1",
|
||||
"ruff>=0.12.10",
|
||||
"ty>=0.0.1a19",
|
||||
|
||||
Reference in New Issue
Block a user