fischer-agentkit/docs/solutions
Chiguyong af2de993d8 docs(solutions): document board chat_stream first-chunk hang fix
Captures the private board streaming hang regression (commit 36b0296)
and its fix (commits ed1e289, 0daa4d2, d0fe661). Key learnings:
- All `async for chunk in stream` calls need first-chunk timeout
  (DashScope/DeepSeek via LiteLLM occasionally never emit first chunk)
- Mid-stream break must not trigger full-content re-broadcast
  (return partial content instead of double-broadcasting)
- Diagnostic pattern: monkey-patch + per-stage timeout to locate hang

Track: bug
Category: runtime-errors
Overlap: low (related streaming docs exist but different root cause)
2026-07-06 15:55:37 +08:00
..
architecture-patterns docs(solutions): record bitable agent tool parity patterns + final review findings 2026-07-04 01:04:46 +08:00
conventions refactor: remove all emoji from source code (#20) 2026-07-03 02:46:40 +08:00
design-patterns docs(compound): message bubble empty-content and card-type exclusion pattern 2026-07-03 01:58:00 +08:00
integration-issues docs: compound streaming-event-contract-residuals learning 2026-07-01 13:53:10 +08:00
logic-errors feat(compressor): CJK-aware token estimation + linear compress flow (#21) 2026-07-03 09:40:28 +08:00
runtime-errors docs(solutions): document board chat_stream first-chunk hang fix 2026-07-06 15:55:37 +08:00
security-issues fix(code-review): 修复走查发现的 13 High + Medium 安全/可靠性问题 2026-06-28 15:06:41 +08:00
style refactor: remove all emoji from source code (#20) 2026-07-03 02:46:40 +08:00
ui-bugs fix(calendar): 修复 agent 创建日历事件后 UI 不刷新 + 文档化三根因三部曲 2026-06-29 02:20:33 +08:00