docs(wiki): add three-round analysis findings and Spec-1/2/3 designs

This commit is contained in:
2026-07-11 07:45:51 -04:00
parent 658e62054e
commit a79c2ec753
11 changed files with 528 additions and 2 deletions
@@ -0,0 +1,14 @@
---
type: design
node_id: design:agent-runtime-fixes
title: "Spec-1 Agent 执行环境修复(解析容错+步级重试+摘要附实体)"
date: 2026-07-11
---
# Spec-1 Agent 执行环境修复(解析容错+步级重试+摘要附实体)
**完整设计**: [2026-07-11-agent-runtime-fixes-design.md](2026-07-11-agent-runtime-fixes-design.md)
- **选定方案**: 解析层结构归一化(围栏剥除+args 收拢)+ 步级重试(2 次,20s/40s 退避,全异常兜底)+ summarize_node 确定性追加实体原文区块
- **依据**: benchmark 错题 T8 5 例(0 步阵亡/网络抖动废题)+ M1 恶化因素(摘要吞实体)
- **被否方案**: prompt 层修格式(治标);异常分型重试(收益低易漏)