← all repositories
Forward-Future/loopy

A library for agents that know when to stop

Loop Library catalogs iterative AI workflows that force agents to check their work and stop when they’re done, instead of spiraling through open-ended tasks.

1.8k stars JavaScript AgentsLLMOps · Eval
loopy
Collecting fresh signals — velocity needs a few days of history.
star history

What it does Loop Library is a public catalog of iterative AI-agent workflows—called “loops”—plus an optional skill that helps agents find, audit, adapt, or design them. Each loop replaces a one-shot prompt with a bounded cycle: attempt, verify, learn, and either repeat or stop. The website hosts the catalog, while the installable skill lets agents query it during conversation to pick or tailor a loop for a specific task.

The interesting bit The project treats the exit strategy as part of the prompt itself. Each loop is essentially a unit test for agent behavior: it defines the assertion first, then the repetition logic, which keeps agents from confusing motion with progress.

Key highlights

  • Public catalog of bounded, repeatable workflows for engineering, evaluation, operations, content, and design
  • Each loop specifies what to attempt, how to verify it, what to learn, and when to stop or escalate
  • Optional agent skill integrates with Codex, Cursor, and Claude Code to find, audit, adapt, or design loops conversationally
  • Agents can consume the catalog directly via JSON, plain text, or dedicated agent guides without installing the skill
  • New loops can be published without a site redeploy or repository commit

Verdict Give this a spin if your agents currently treat “keep improving this” as a license to iterate forever. If you only fire off single-turn prompts, you probably do not need a library of playbooks.

Frequently asked

What is Forward-Future/loopy?
Loop Library catalogs iterative AI workflows that force agents to check their work and stop when they’re done, instead of spiraling through open-ended tasks.
Is loopy open source?
Yes — Forward-Future/loopy is open source, released under the MIT license.
What language is loopy written in?
Forward-Future/loopy is primarily written in JavaScript.
How popular is loopy?
Forward-Future/loopy has 1.8k stars on GitHub.
Where can I find loopy?
Forward-Future/loopy is on GitHub at https://github.com/Forward-Future/loopy.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.