First git integration implementation + KB fixes and upgrades

This commit is contained in:
Renn F
2025-12-30 18:55:32 +01:00
parent 0a5988a18f
commit 22d1401020
51 changed files with 7519 additions and 178 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ async def validate_channel_access(channel_id: UUID, agent_id: UUID) -> bool:
"""
try:
url = f"http://{settings.host}:{settings.port}/api/v1/permissions/check"
async with httpx.AsyncClient() as client:
async with httpx.AsyncClient(timeout=10.0) as client:
response = await client.get(
url,
params={