learning_ai_common_plat/__LOCAL_LLMs
saravanakumardb1 ca7c3e571e fix(cowork-service): audit H.7 — fix LLM timeout, harden test mocks, add Ollama config
Bug fixes from systematic review of H.7 LLM router wiring:
- lib/llm-router.ts: remove RUST_RUNTIME_TIMEOUT_MS (300s IPC timeout) override
  — let LlmRouter use its built-in 30s default, appropriate for cloud API calls
- server.test.ts: add debug/error to appMock.log — prevents fragile failures
  if any startup path hits those log levels
- server.test.ts: add OLLAMA_URL + OLLAMA_MODELS to config mock

New feature:
- config.ts: add OLLAMA_URL + OLLAMA_MODELS env vars for local Ollama support
- server.ts: wire Ollama env vars into initLlmRouter() — set
  OLLAMA_MODELS=model1,model2 to auto-add local Ollama as a provider

57 tests passing, 9 test files, typecheck clean
2026-04-02 23:37:50 -07:00
..
AI_IDE_CHAT_HISTORY/WINDSURF fix(cowork-service): audit H.7 — fix LLM timeout, harden test mocks, add Ollama config 2026-04-02 23:37:50 -07:00
dashboard fix: replace corepack pnpm with pnpm in pretest/predev scripts 2026-03-19 19:57:16 -07:00
docs ci: update CI/CD configuration 2026-02-21 14:13:07 -08:00
OPEN_CLAW docs(openclaw): add detailed install, secure setup & validation guide 2026-02-22 15:38:52 -08:00
oss_llm move oss_llm/ from learning_ai_2nd_brain 2026-02-28 00:03:37 -08:00
VOICEBOX docs(voicebox): add setup guide for local voice cloning studio 2026-02-22 15:45:32 -08:00
windows_specific chore(local-llms): add WSL Ollama connectivity test script 2026-02-22 16:46:18 -08:00
.gitignore chore(windsurf): refresh chat history archive snapshot 2026-02-28 00:04:09 -08:00
download-tts-models.sh ci: update CI/CD configuration 2026-02-21 14:13:07 -08:00
LOCAL_LLMs_setup_mac_m4_48gb.md docs(local-llms): add developer guide — API endpoint, code examples, model selection 2026-02-19 18:43:06 -08:00
setup-tts.sh fix(local-llms): harden WSL setup and dashboard Ollama connectivity 2026-02-22 16:44:58 -08:00
start-dashboard.sh fix(local-llms): harden WSL setup and dashboard Ollama connectivity 2026-02-22 16:44:58 -08:00
test_orpheus_tts.py fix(local-llms): cross-platform audit — 8 bugs/gaps fixed 2026-02-21 15:27:49 -08:00
test_qwen_tts.py fix(local-llms): cross-platform audit — 8 bugs/gaps fixed 2026-02-21 15:27:49 -08:00