bboxwtf
1ad62cf215
feat(phase18): DB-backed LLM providers, SSE streaming chat, left panel + console
Changes:
- drizzle/schema.ts: added llmProviders table (AES-256-GCM encrypted API keys)
- drizzle/0004_llm_providers.sql: migration for llmProviders
- server/providers.ts: full CRUD + AES-256-GCM encrypt/decrypt + seedDefaultProvider
- server/routers.ts: replaced hardcoded config.providers with DB-backed providers router;
added providers.list/create/update/delete/activate tRPC endpoints
- server/seed.ts: calls seedDefaultProvider() on startup to seed from env if table empty
- server/_core/index.ts: added POST /api/orchestrator/stream SSE proxy route to Go Gateway
- gateway/internal/llm/client.go: added ChatStream (SSE) + UpdateCredentials
- gateway/internal/orchestrator/orchestrator.go: added ChatWithEvents (tool-call callbacks)
- gateway/internal/api/handlers.go: added OrchestratorStream (SSE) + ProvidersReload endpoints
- gateway/internal/db/db.go: added GetActiveProvider from llmProviders table
- gateway/cmd/gateway/main.go: registered /api/orchestrator/stream + /api/providers/reload routes
- client/src/pages/Chat.tsx: full rebuild — 3-panel layout (left: conversation list,
centre: messages with SSE streaming + markdown, right: live tool-call console)
- client/src/pages/Settings.tsx: full rebuild — DB-backed provider CRUD (add/edit/activate/delete),
no hardcoded keys, key shown masked from DB hint
2026-03-21 03:25:43 +00:00
..
2026-03-21 03:25:43 +00:00
2026-03-20 17:34:20 -04:00
2026-03-20 21:15:55 -04:00
2026-03-20 21:15:55 -04:00
2026-03-20 16:03:01 -04:00
2026-03-20 17:34:20 -04:00
2026-03-20 21:00:51 -04:00
2026-03-20 16:03:01 -04:00
2026-03-20 19:38:27 -04:00
2026-03-21 02:10:17 +00:00
2026-03-21 02:47:59 +00:00
2026-03-20 20:12:57 -04:00
2026-03-20 16:03:01 -04:00
2026-03-20 18:20:37 -04:00
2026-03-20 18:20:37 -04:00
2026-03-21 03:25:43 +00:00
2026-03-21 03:25:43 +00:00
2026-03-20 21:00:51 -04:00
2026-03-21 03:25:43 +00:00
2026-03-20 16:03:01 -04:00
2026-03-20 17:34:20 -04:00
2026-03-20 16:52:27 -04:00
2026-03-20 17:34:20 -04:00