init
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user