13 lines
256 B
TOML
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",
|
|
]
|