Skip to main content

runs

Observe and CONTROL the engine's in-flight jobs: list every top-level run in the order the Stop hook will advance them (the queue), pause/resume a single job, pause/resume the WHOLE engine, delete a run, set a job's priority, and garbage-collect finished runs so `.agentflow/` doesn't grow forever. USE this skill when the user wants to ACT on runs (not just look): - "pause everything", "stop the engine", "freeze the runs", "resume" → global pause/resume; - "pause/stop this run", "hold <id>", "resume <id>" → single-job pause/resume; - "which run goes first", "what's the queue/order", "bump <id> up" → ordering / priority; - "delete this run", "remove <id>", "clean up old/finished runs", "the runs folder is huge" → rm / clean. DON'T use this for a read-only overview with suggestions (→ /agentflow:board) or to inspect one run in depth (→ /agentflow:inspect show|tree <id>). `runs` is the *control panel*; board/inspect are read-only.

跳到安装

来源信息

仓库
AleSaiani/agentflow
最近来源活动
2026年5月26日 06:03
检测到的 SKILL.md 语言
英语
星标
5
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。