AgentEvalTool/.scratch/v0.9/issues/05-report-analysis-export.md
sinohqb 6340ec503c feat(exploration): stateless patrol API with watermark increments
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.
2026-08-03 18:12:11 +08:00

1.1 KiB
Raw Blame History

05 — 探索发现 → 报告 / 分析 / 导出

What to build: 探索数据汇入既有报告链的三个出口。活动报告新增"探索发现"维度会话数、目标达成率、问题清单来自体验记录聚合judge 复核结论若已就位一并纳入。v0.7 活动分析的输入追加探索摘要(问题清单 + 达成统计非全量对话让分析模型合成两条证据线。Markdown 导出在存在探索数据时追加「探索发现」附录(顺序在智能分析与周期对比之后),无探索数据时导出与旧版完全一致。周期对比口径不变。

Blocked by: 01聚合主料是体验记录04 若已就位则复核结论一并纳入,未就位不阻塞

Status: ready-for-agent

  • 活动报告聚合含探索发现维度,达成率与问题清单口径正确
  • 分析输入含探索摘要且不含全量对话
  • Markdown 导出追加探索附录;无数据时逐字节不变(缺则无痕)
  • 纯函数渲染与聚合单测 + 导出集成测试先例report_render 单测、活动导出测试)