something is kinda working
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
[project]
|
||||
name = "agent"
|
||||
name = "cavepedia-agent"
|
||||
version = "0.1.0"
|
||||
description = "Cavepedia AI Agent with MCP tools"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"uvicorn",
|
||||
"pydantic-ai[google,mcp,ag-ui]",
|
||||
"pydantic-ai",
|
||||
"google-genai",
|
||||
"mcp",
|
||||
"ag-ui-protocol",
|
||||
"python-dotenv",
|
||||
"logfire>=4.10.0",
|
||||
"httpx",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user