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.
819 B
819 B
04 — judge 抽样复核
What to build: 会话关闭后,平台后台对该会话对话抽样(默认 ≤3 段,控 token),经 judge 岗位模型独立复核,产出质量维度结论(态度、专业性、幻觉等)落入会话记录。复核是异步后台执行:失败落错误不阻塞会话状态,也不影响体验记录这条第一手证据线。LLM 调用走可注入客户端接缝,测试用假客户端覆盖。
Blocked by: 01(会话关闭事件与对话数据)
Status: ready-for-agent
- 会话关闭后自动触发抽样复核,结果结构化落库
- 抽样上限生效;无模型配置时静默跳过
- 复核失败落错误,会话仍为 completed
- 假客户端测试覆盖编排、解析失败、无模型分支(先例:v0.7 分析测试)