something is kinda working

This commit is contained in:
2025-12-13 05:41:13 +01:00
parent 955f992f8e
commit 1f313f090a
20 changed files with 390 additions and 349 deletions

View File

@@ -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",
]