Add window-scoped session closure fallback

This commit is contained in:
2026-07-13 16:23:38 +08:00
parent eb67212b17
commit 5ae0525611
3 changed files with 324 additions and 11 deletions

View File

@@ -200,3 +200,16 @@ diverge因此做 ragged verifier”这一表述太宽不能作为实现前
queue policy。若全部通过最小原型的边界也只应是 verifier-side compaction当前
EAGLE 仍按 Kmax 产生 candidate`k_i` 不会自动消除 draft-side work不能把 verifier
节省误报为完整 draft+verify speedup。
### Trace 数据可用性与 window-closure fallback
本轮发现 `prepare_trace_windows.py` 依赖的 2026-03-27 原始格式化 trace span 在 dash0
已不存在,不能把它的 streaming full-session root 当作已经复验。现有的完整 600 秒
materialized window 仍含 prompt、`chat_id``parent_chat_id`,因此新增的 fallback 仅将
窗口内图的 connected component 作为选择原子:保留 384/384 条窗口内 parent edge且把
同一个窗口外 parent 的 sibling 归为同一 component。该窗口有 15,479 requests、15,095
components414 条 non-root edge 中 30 条7.25%)父节点落在窗口外。
这只能称为 **window-session-closed**,不等于 full-session coherent任何结果都必须报告
这 30 条 boundary-parent residual且不能据此声称跨窗口 KV reuse。若原始 span 恢复,必须
重新从完整 source resolve root 与重新采样,不能沿用 fallback 的 score/threshold。