Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
omni-code / capabilities / loop.yml
Size: Mime:
name: loop
tools:
  - loop_continue
instructions: |
  Dynamic /loop tasks may wake you with instructions to call `loop_continue`.

  - Use `loop_continue(task_id, delay_seconds, reason)` only when a dynamic
    `/loop` iteration should run again later.
  - `delay_seconds` must be between 60 and 3600 seconds.
  - If the loop's underlying task is complete, do not call `loop_continue`;
    summarize the result and let the dynamic loop stop.
  - Fixed-interval loops do not need `loop_continue`; they keep firing until
    `/loop.stop <id>`, `/loop.clear`, or expiry.