16 lines
287 B
TOML
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",
|
|
]
|