AgentEvalTool/.scratch/v0.9/issues/06-drawer-exploration-section.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

13 lines
791 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 06 — 报告抽屉「探索发现」区块 + 会话下钻
**What to build:** 活动报告抽屉新增「探索发现」区块(模式沿 v0.7 智能分析区块):会话数、目标达成率、问题清单、会话列表状态。每个会话可点开查看完整对话与体验记录——证据下钻是探索数据的命脉,"用户在这里被绕晕"必须能看到原文。无探索数据时区块不出现。不建新顶级页面。
**Blocked by:** 05报告聚合与查询端点就绪
**Status:** ready-for-agent
- [ ] 报告抽屉呈现探索发现区块,数据与后端口径一致
- [ ] 会话详情展示完整对话(角色、内容、延迟)与体验记录
- [ ] 无探索数据时区块隐藏
- [ ] tsc 通过;人工在浏览器验证展开/下钻交互