docs: add thread list --all and thread kill

This commit is contained in:
2026-05-18 06:59:47 +00:00
parent d5773369af
commit 49a4d08c04
+2 -1
View File
@@ -13,7 +13,8 @@
uwf thread start <workflow> -p <prompt> # 创建 thread,不执行 uwf thread start <workflow> -p <prompt> # 创建 thread,不执行
uwf thread step <thread-id> [--agent] # 单步执行 uwf thread step <thread-id> [--agent] # 单步执行
uwf thread show <thread-id> [--full] # 查看状态(--full 展开完整历史) uwf thread show <thread-id> [--full] # 查看状态(--full 展开完整历史)
uwf thread list # 列出活跃 threads uwf thread list [--all] # 列出活跃 threads(--all 含已归档)
uwf thread kill <thread-id> # 终结 thread,归档
# workflow 组 # workflow 组
uwf workflow put <file.yaml> # 注册 workflow(YAML → CAS) uwf workflow put <file.yaml> # 注册 workflow(YAML → CAS)