Files
cavepediav2/web/agent/pyproject.toml
Paul Walko c808f51eb7
All checks were successful
Build and Push Agent Docker Image / build (push) Successful in 1m3s
Build and Push Web Docker Image / build (push) Successful in 3m59s
pass roles + debugging
2025-12-13 17:23:52 +01:00

16 lines
287 B
TOML

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