pass roles + debugging
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

This commit is contained in:
2025-12-13 17:23:52 +01:00
parent 0e24515303
commit c808f51eb7
9 changed files with 123 additions and 88 deletions

View File

@@ -5,9 +5,10 @@ description = "Cavepedia AI Agent with MCP tools"
requires-python = ">=3.13"
dependencies = [
"uvicorn",
"starlette",
"pydantic-ai",
"google-genai",
"mcp",
"google-genai",
"ag-ui-protocol",
"python-dotenv",
"httpx",