首次提交

This commit is contained in:
lhr
2026-01-19 22:04:54 +08:00
parent 1fa5a4947a
commit 12ef0292b7
16 changed files with 1147 additions and 0 deletions

18
requirements.txt Normal file
View File

@@ -0,0 +1,18 @@
# Core Framework
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.0.0
pydantic-settings>=2.6.0
# Google ADK
google-adk>=1.2.0
# Database
asyncpg>=0.30.0
sqlalchemy[asyncio]>=2.0.0
# HTTP Client
httpx>=0.28.0
# Environment
python-dotenv>=1.0.0