Adolfo Delorenzo adelorenzo
  • Joined on 2021-03-29
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-26 01:39:35 +01:00
17f6d7cb4b fix: streaming timeout + WebSocket close guard
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-26 01:35:46 +01:00
6c1086046f fix: add LLM_POOL_URL to gateway env — was using localhost instead of llm-pool
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-26 01:32:19 +01:00
dd80e2b822 perf: bypass Celery for web chat — stream LLM directly from WebSocket
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-26 01:21:25 +01:00
2116059157 fix: NullPool for Celery workers + skip pgvector on first message
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-26 00:58:20 +01:00
5e4d9ce144 chore: update portal submodule ref to include streaming changes
61b8762bac feat(streaming): update WebSocket handler to forward streaming chunks to browser
5fb79beb76 feat(streaming): wire streaming path through orchestrator task pipeline
9090b54f43 feat(streaming): add run_agent_streaming() to orchestrator runner
f3e358b418 feat(streaming): add complete_stream() generator and POST /complete/stream NDJSON endpoint to llm-pool
Compare 5 commits »
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-26 00:48:26 +01:00
b6c8da8cca fix: increase WebSocket pub-sub timeout from 60s to 180s
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-26 00:31:55 +01:00
ebe8a9d974 fix: login page crash — LanguageSwitcher split for pre-auth context
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-26 00:12:31 +01:00
2925aaac7d docs(phase-7): complete Multilanguage phase execution
b5709d9549 docs(07-04): complete multilanguage verification plan
6e9441215b docs(07-03): complete portal i18n string extraction plan
1018269f82 docs(07-02): complete frontend i18n infrastructure plan
1b69ea802e docs(07-01): complete backend multilanguage foundation plan
Compare 7 commits »
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 23:14:19 +01:00
5cd9305d27 fix(07): revise plans based on checker feedback
528daeb237 docs(07): create phase 7 multilanguage plan
4ad975d850 docs(07): add research and validation strategy
3d3692f3ab docs(07): research phase multilanguage domain
Compare 4 commits »
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 22:52:28 +01:00
52dcbe5977 docs(state): record phase 7 context session
9db830e14d docs(07): capture phase context
Compare 2 commits »
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 22:38:00 +01:00
9ee0b8a405 docs: add Phase 7 — Multilanguage (English, Spanish, Portuguese)
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 21:23:52 +01:00
ebfcb8a24c fix: template library and all API calls wait for session before fetching
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 21:13:26 +01:00
b3635ae34d fix: align all three New Employee cards at same height
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 21:09:29 +01:00
7ef727f968 fix: Recommended badge no longer clips outside Templates card
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 21:05:48 +01:00
35131e353b fix: eliminate 422 race condition — RBAC headers sync before queries
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 20:34:40 +01:00
ee1c2f70f8 fix: set RLS tenant context for chat conversation lookups
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 20:26:39 +01:00
5b02b233f3 fix: chat WebSocket connects to correct remote host
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 20:22:20 +01:00
ebf6e76174 feat: make Ollama model configurable via OLLAMA_MODEL env var
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 20:20:27 +01:00
22c6a44ff6 fix: map all model_preference values to LiteLLM router groups
adelorenzo pushed to main at adelorenzo/konstruct 2026-03-25 20:10:53 +01:00
2444c61022 fix: chat page shows tenant picker for platform admins