This commit is contained in:
2026-04-13 16:29:27 +08:00
commit 962209617f
13 changed files with 4342 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "geo-agent"
version = "0.1.0"
description = "Multi-destination geo routing agent"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"pydantic-ai",
"fastapi[standard]",
"python-dotenv",
"openai",
]