Files
awoooi/apps/api
OG T 429d81d29b
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
fix(knowledge): I2+I3 首席架構師 Important 修復 — 依賴注入 + exception 細分
I2: KnowledgeService 移至 DecisionManager.__init__ 注入
    _query_kb_context_inner 使用 self._knowledge_svc,移除函數內 import 耦合

I3: _query_kb_context exception 細分
    - asyncio.TimeoutError → warning (預期降級)
    - ConnectionError/OSError → warning (Ollama 連線問題,預期降級)
    - Exception → error (非預期,提升監控可見性)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 11:51:43 +08:00
..