Files
cavepediav2/web/agent/pyproject.toml
2025-12-13 04:35:40 +01:00

13 lines
256 B
TOML

[project]
name = "agent"
version = "0.1.0"
description = "Cavepedia AI Agent with MCP tools"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"uvicorn",
"pydantic-ai[google,mcp,ag-ui]",
"python-dotenv",
"logfire>=4.10.0",
]