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

2
web/agent/uv.lock generated
View File

@@ -231,6 +231,7 @@ dependencies = [
{ name = "mcp" },
{ name = "pydantic-ai" },
{ name = "python-dotenv" },
{ name = "starlette" },
{ name = "uvicorn" },
]
@@ -242,6 +243,7 @@ requires-dist = [
{ name = "mcp" },
{ name = "pydantic-ai" },
{ name = "python-dotenv" },
{ name = "starlette" },
{ name = "uvicorn" },
]