|
1 | 1 | # Loop Library |
2 | 2 |
|
3 | | -The Loop Library skill is an installable guide for your AI agent. Tell it what |
4 | | -you want to get done and it can find a published loop, audit and repair an |
5 | | -existing one, adapt one to your situation, or help you design a new one through |
6 | | -a short conversation. |
7 | | - |
8 | | -Loop Library is a collection of reusable ways to get better work from AI |
9 | | -agents. Each loop tells an agent what to do, how to check its work, what to try |
10 | | -next, and when to stop. |
11 | | - |
12 | | -[Browse the Loop Library](https://signals.forwardfuture.ai/loop-library/) |
13 | | - |
14 | | -Agents can use the published site without installing anything. Send them to the |
15 | | -[agent guide](https://signals.forwardfuture.ai/loop-library/agents/) or the |
16 | | -[agent instructions](https://signals.forwardfuture.ai/loop-library/llms.txt). |
17 | | -The live catalog is available as |
18 | | -[JSON](https://signals.forwardfuture.ai/loop-library/catalog.json) and |
19 | | -[plain text](https://signals.forwardfuture.ai/loop-library/catalog.txt). |
| 3 | +Loop Library has two separate but related parts in this repository: |
| 4 | + |
| 5 | +| Part | What it is | Where it lives | |
| 6 | +| --- | --- | --- | |
| 7 | +| **Loop Library website** | The public catalog where people and agents can browse published loops, read them, and copy their prompts. No installation is required. | [Live website](https://signals.forwardfuture.ai/loop-library/) · source in [`site/`](site/) and [`scripts/loop-data.mjs`](scripts/loop-data.mjs) | |
| 8 | +| **Loop Library skill** | An optional installable guide that helps an AI agent find, audit, repair, adapt, or design loops through conversation. It uses the website's live catalog when recommending published loops. | source in [`skills/loop-library/`](skills/loop-library/) | |
| 9 | + |
| 10 | +The website is the library; the skill is a companion way to work with it. You |
| 11 | +can browse or give an agent the website without installing the skill. Installing |
| 12 | +the skill adds the guided workflow, but it does not install or host the website. |
| 13 | + |
| 14 | +Agents that do not have the skill can use the published |
| 15 | +[agent guide](https://signals.forwardfuture.ai/loop-library/agents/), |
| 16 | +[agent instructions](https://signals.forwardfuture.ai/loop-library/llms.txt), |
| 17 | +[JSON catalog](https://signals.forwardfuture.ai/loop-library/catalog.json), or |
| 18 | +[plain-text catalog](https://signals.forwardfuture.ai/loop-library/catalog.txt) |
| 19 | +directly. |
| 20 | + |
| 21 | +Each published loop tells an agent what to do, how to check its work, what to |
| 22 | +try next, and when to stop. |
20 | 23 |
|
21 | 24 | ## What is a loop? |
22 | 25 |
|
|
0 commit comments