All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 14m19s
_dual_engine_analyze 強化(2026-04-14 Claude Sonnet 4.6): - OpenClaw LLM 呼叫獨立 25s hard timeout(留 5s 給後續處理) - 超時時明確 llm_timeout_fallback 日誌,立即降級 Expert System - NemoClaw second opinion 加 3s timeout(advisory 不拖累主流程) - 保留外層 decide() 30s wait_for 作為 defence-in-depth 為何要做: - 外層 30s 會把 LLM 卡死整段吃光,thread pool 可能飢餓 - 內層 25s 更早降級 → Expert System 仍能在 SLA 內回應 - LLM timeout 與其他異常用不同日誌標記,便於 SLO-2 監控 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>