feat(backend): copilot agent runtime, tool registry, and /api/v1/ai API with SSE

This commit is contained in:
lakshit verma 2026-08-19 18:50:46 +05:30
parent 757125e727
commit 84140f31b1
No known key found for this signature in database
11 changed files with 917 additions and 5 deletions

View file

@ -65,7 +65,8 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Connection "";
proxy_read_timeout 30s;
proxy_buffering off;
proxy_read_timeout 600s;
}
# ---- Public health / readiness (unversioned) ----