Loop Library
A library of practical AI-agent loops and an installable skill
Loop Library is a library and installable skill for designing repeatable AI-agent workflows. It is built around the idea of loops, which are bounded playbooks that tell an agent what to do, how to check progress, what to try next, and when to stop. The repository contains both a public loop library website and the Loopy skill that agents can use to discover, audit, adapt, run, and prepare loops. It helps turn open-ended prompts into measurable workflows with evidence, stopping criteria, and...