14 lines
278 B
TOML
14 lines
278 B
TOML
[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",
|
|
"pydantic-ai-skills>=0.7.0",
|
|
]
|