AgentEvalTool/.scratch/v0.9/issues/08-openclaw-patrol-skill.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
1.1 KiB
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.

# 08 — AI 助手巡检/探索 skill + 常驻作业
**What to build:** 让已集成的 AI 助手成为常驻巡检代理:编写巡检/探索 skill说明书指导代理按"调巡检 API → 研判新结果与预算余量 → 决定是否派发探索会话 → 驱动会话对话 → 提交体验记录"的闭环行动,含收到 409 时的收敛行为与衍生变体的种子回溯要求。skill 走部署脚本既有的 skill 同步管线分发;在 AI 助手上注册一个全局常驻 heartbeat/cron 巡检作业(默认节拍 1h。在 t480 端到端演示:一个配置了种子集的正式线活动,在窗口内被自动巡检并产出探索会话。
**Blocked by:** 03巡检 API 契约就绪才能写说明书)
**Status:** ready-for-agent
- [ ] skill 文档覆盖巡检决策、会话驱动、体验记录提交、409 收敛与衍生留痕
- [ ] 部署同步管线分发 skill复用现有同步步骤
- [ ] 常驻巡检作业注册成功,重启后不丢(依赖 OpenClaw 调度持久化)
- [ ] t480 端到端验证:正式线活动窗口内出现自动派发的探索会话并有体验记录落库