Loop

This revision is from 2026/07/07 22:11. You can Restore it.

an agent repeating cycles of work until a stop condition is met.

Only 4 types exist, and each one hands off a different piece of your job: https://x.com/PrajwalTomar_/status/2074424941286719706

  1. → Turn-based: hands off the checking. Skills verify the work end to end
  2. → Goal-based: hands off the stop condition. /goal keeps it going until done is DONE
  3. → Time-based: hands off the trigger. /loop 5m fixes your PR while you work
  4. → Proactive: hands off the prompt itself. It runs while you sleep