shangfangjian
44816794d3
refactor: context_builder 按 slice 拆到 src/llm/slices/ 包
单文件拆分(仅搬迁无逻辑修改):
- common.py 共享类型/头信息/_outcome/_is_stats_available
- form.py form_slice + _get_form
- h2h.py h2h_slice + _get_h2h
- stats.py stats_slice(复用 form._get_form)
- home_away.py home_away_slice + _get_home_away
- standings.py standings_slice
- aggregate.py build_context
context_builder.py 改为纯 re-export 门面,公开签名不变。
同步修复测试 patch 目标(p0_home_away/h2h_perspective/multi_agent_cutoff)
与 regressions 源码断言(读 slices/*.py)。
全量测试 270 通过。
2026-09-22 01:33:14 +08:00
..
2026-09-19 22:51:35 +08:00
2026-09-21 17:52:45 +08:00
2026-09-21 17:31:36 +08:00
2026-09-19 22:51:35 +08:00
2026-09-21 23:27:48 +08:00
2026-09-21 23:29:09 +08:00
2026-09-19 22:51:35 +08:00
2026-09-21 17:13:57 +08:00
2026-09-19 09:40:24 +00:00
2026-09-15 00:14:24 +08:00
2026-09-21 23:29:09 +08:00
2026-09-19 09:40:24 +00:00
2026-09-22 01:15:45 +08:00
2026-09-22 01:33:14 +08:00
2026-09-19 22:51:35 +08:00
2026-09-21 18:36:43 +08:00
2026-09-19 08:02:57 +00:00
2026-09-20 19:40:20 +08:00
2026-09-19 22:51:35 +08:00
2026-09-22 01:33:14 +08:00
2026-09-21 17:52:45 +08:00
2026-09-22 01:33:14 +08:00
2026-09-19 06:43:55 +00:00
2026-09-19 06:43:55 +00:00
2026-09-21 17:31:36 +08:00
2026-09-21 20:55:26 +08:00
2026-09-22 01:33:14 +08:00
2026-09-19 08:02:57 +00:00
2026-09-22 00:27:53 +08:00
2026-09-21 17:04:04 +08:00
2026-09-19 22:51:35 +08:00
2026-09-22 01:15:45 +08:00
2026-09-19 08:02:57 +00:00
2026-09-20 08:45:35 +08:00