ok
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
---
|
||||
name: loop
|
||||
description: >-
|
||||
Run a prompt or skill on a recurring local interval using monitored background
|
||||
shell output. Use for /loop, polling status, recurring fixed-interval tasks,
|
||||
dynamic self-paced loops, local cron-like loops, or waking an agent
|
||||
periodically. Do not use for one-off tasks.
|
||||
Run a prompt or skill in this session on a recurring or variable interval
|
||||
(e.g. /loop 5m /foo).
|
||||
disabled-environments:
|
||||
- cloud
|
||||
---
|
||||
# Loop
|
||||
|
||||
Use monitored shell output when the goal is to wake the agent for recurring local work.
|
||||
|
||||
## Parse
|
||||
|
||||
Accept `/loop [interval] <prompt>`.
|
||||
@@ -23,6 +19,8 @@ Accept `/loop [interval] <prompt>`.
|
||||
|
||||
Use intervals like `30s`, `5m`, `2h`, `1d`. Convert unit words to short units.
|
||||
|
||||
Use monitored shell output to wake the agent for recurring local work.
|
||||
|
||||
## Fixed Schedule
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user