Files
cavepediav2/web/agent/pyproject.toml
2025-12-13 05:41:13 +01:00

15 lines
270 B
TOML

[project]
name = "cavepedia-agent"
version = "0.1.0"
description = "Cavepedia AI Agent with MCP tools"
requires-python = ">=3.13"
dependencies = [
"uvicorn",
"pydantic-ai",
"google-genai",
"mcp",
"ag-ui-protocol",
"python-dotenv",
"httpx",
]