feat(phase-06): complete Hermes Agent windows fixes & deployment

This commit is contained in:
Variet-Worker
2026-04-08 23:04:20 +09:00
parent be6a6bf8f7
commit 96c91cb57a
12 changed files with 325 additions and 13 deletions

View File

@@ -331,7 +331,7 @@ async def proxy(request: Request, path: str):
if k.lower() not in ("host", "content-length", "transfer-encoding"):
fwd_headers[k] = v
client = httpx.AsyncClient(timeout=600.0)
client = httpx.AsyncClient(timeout=7200.0) # 2h — dense models may need extended time
try:
req = client.build_request(
method=request.method,