Agentation 浏览器监控
- 作者仓库星标 4,024
- 作者仓库 latitude-llm
Agentation watch mode
When to use: The user says watch mode, wants continuous Agentation feedback handling, or asks you to keep watching annotations and applying fixes as new feedback arrives.
Goal
Stay in a watch loop so the user can annotate in the browser and have those annotations processed continuously.
Workflow
- Start a watch loop with
agentation_agentation_watch_annotations. - For each returned annotation:
- Call
agentation_agentation_acknowledgeimmediately so the user can see you picked it up. - Read any extra session context you need.
- Make the requested fix.
- Call
agentation_agentation_resolvewith a short summary of what changed.
- Call
- After the batch is done, call
agentation_agentation_watch_annotationsagain. - Continue until the user says stop or the watch call times out.
Defaults
- If the user gives a session ID, watch that session.
- If they do not, watch all sessions.
- Use a short batching window so nearby annotations are grouped together.
- Use a reasonable timeout and report when it expires.
Handling ambiguous feedback
- If an annotation is unclear, reply on the thread with a short clarifying question before making speculative changes.
- If you cannot complete the fix safely, leave the annotation open and explain the blocker in a reply.
Response style
- Keep progress updates brief.
- In each resolve summary, state what you changed, not just that it is done.
- 流狐分类
- AI 智能
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @latitude-dev · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Stay in a watch loop so the user can annotate in the browser and have those annotations processed continuously.
Start a watch loop with agentationagentationwatchannotations. For each returned annotation: Call agentationagentationacknowledge immediately so the user can see you picked it up.
If the user gives a session ID, watch that session. If they do not, watch all sessions. Use a short batching window so nearby annotations are grouped together.
If an annotation is unclear, reply on the thread with a short clarifying question before making speculative changes. If you cannot complete the fix safely, leave the annotation open and explain the blocker in a reply.
Keep progress updates brief. In each resolve summary, state what you changed, not just that it is done.
# Agentation watch mode
**When to use:** The user says `watch mode`, wants continuous Agentation feedback handling, or asks you to keep watching annotations and applying fixes as new feedback arrives.
## Goal
Stay in a watch loop so the user can annotate in the browser and have those annotations processed continuously.
## Workflow
1. Start a watch loop with `agentation_agentation_watch_annotations`.
2. For each returned annotation:
- Call `agentation_agentation_acknowledge` immediately so the user can see you picked it up.
- Read any extra session context you need.
- Make the requested fix.
- Call `agentation_agentation_resolve` with a short summary of what changed.
3. After the batch is done, call `agentation_agentation_watch_annotations` again.
4. Continue until the user says stop or the watch call times out.
## Defaults
- If the user gives a session ID, watch that session.
- If they do not, watch all sessions.
- Use a short batching window so nearby annotations are grouped together.
- Use a reasonable timeout and report when it expires.
## Handling ambiguous feedback
- If an annotation is unclear, reply on the thread with a short clarifying question before making speculative changes.
- If you cannot complete the fix safely, leave the annotation open and explain the blocker in a reply.
## Response style
- Keep progress updates brief.
- In each resolve summary, state what you changed, not just that it is done. 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Goal → Workflow → Defaults → Handling ambiguous feedback → Response style
要点 -> When to use · Stay in a watch loop so the user can annotate in the browser and have those annotations processed continuously. · 1. Start a watch loop with agentationagentationwatchannotations. · - If the user gives a session ID, watch that session. · - If an annotation is unclear, reply on the thread with a short clarifying question before making speculative changes. · - Keep progress updates brief.
文件/命令 -> watch mode · agentationagentationwatchannotations · agentationagentationacknowledge · agentationagentationresolve
内容 SHA-256 -> 4c964d027b17
方法与流程
适用与边界
原文中的明确线索
watch mode、agentationagentationwatchannotations、agentationagentationacknowledge、agentationagentationresolve