feat(zopu): chat server, standalone chat route, and CORS

This commit is contained in:
-Puter
2026-07-25 16:12:04 +05:30
parent 19f771ea71
commit d4745591a9
25 changed files with 2520 additions and 5 deletions

View File

@@ -32,3 +32,6 @@ AGENT_MODEL_BASE_URL=https://ai.example.com/v1
AGENT_MODEL_API_KEY=replace-with-provider-api-key
AGENT_MODEL_CONTEXT_WINDOW=262000
AGENT_MODEL_MAX_TOKENS=131072
# Zopu lean server (standalone chat + work actor)
VITE_ZOPU_SERVER_URL=http://localhost:3590