Resident agents call GET /api/exploration/patrol once per cycle to see every running production-line campaign that opted into exploration (seed set present), the new results since the last watermark (reusing campaign report aggregation), and the remaining exploration budget. The watermark advances after each call so subsequent calls only report increments; accelerated and terminal campaigns are excluded.
1.1 KiB
1.1 KiB
05 — 探索发现 → 报告 / 分析 / 导出
What to build: 探索数据汇入既有报告链的三个出口。活动报告新增"探索发现"维度:会话数、目标达成率、问题清单(来自体验记录聚合;judge 复核结论若已就位一并纳入)。v0.7 活动分析的输入追加探索摘要(问题清单 + 达成统计,非全量对话),让分析模型合成两条证据线。Markdown 导出在存在探索数据时追加「探索发现」附录(顺序在智能分析与周期对比之后),无探索数据时导出与旧版完全一致。周期对比口径不变。
Blocked by: 01(聚合主料是体验记录);04 若已就位则复核结论一并纳入,未就位不阻塞
Status: ready-for-agent
- 活动报告聚合含探索发现维度,达成率与问题清单口径正确
- 分析输入含探索摘要且不含全量对话
- Markdown 导出追加探索附录;无数据时逐字节不变(缺则无痕)
- 纯函数渲染与聚合单测 + 导出集成测试(先例:report_render 单测、活动导出测试)