Make dataset copy reader focused
Browse filesMirror GitHub commit 6947e8c. Replace process-first copy with concrete descriptions across the dataset card, field guide, site, and generated resource sheets.
- .github/pull_request_template.md +2 -2
- .github/workflows/quality.yml +3 -0
- CITATION.bib +1 -1
- CITATION.cff +1 -1
- CONTRIBUTING.md +12 -12
- DEFINITION.md +1 -1
- FUTURE-DIRECTIONS.md +1 -1
- README.de.md +2 -2
- README.es.md +2 -2
- README.fr.md +2 -2
- README.ja.md +1 -1
- README.ko.md +1 -1
- README.md +21 -21
- README.pt-BR.md +2 -2
- README.zh-CN.md +1 -1
- ROADMAP.md +1 -1
- TRANSLATIONS.md +2 -2
- assets/social-preview.png +2 -2
- data/README.md +8 -8
- data/resource_source_audit.csv +3 -3
- data/resources.csv +0 -0
- data/resources.jsonl +0 -0
- data/resources.parquet +2 -2
- design-qa.md +1 -1
- docs/assets/resources.json +0 -0
- docs/assets/social-preview-579-v08.png +2 -2
- docs/assets/social-preview.png +2 -2
- docs/index.html +42 -42
- docs/llms.txt +7 -7
- docs/x-v07-545.html +6 -6
- docs/x-v07-555.html +6 -6
- docs/x-v08-579.html +6 -6
- examples/README.md +1 -1
- meta/CURATION.md +11 -11
- meta/DISTRIBUTION.md +13 -13
- meta/MAINTENANCE.md +3 -2
- meta/MAINTENANCE_CALENDAR.md +2 -2
- meta/OUTREACH.md +5 -5
- meta/hf_card_body.md +21 -21
- meta/social-preview.html +3 -3
- posts/launch.md +6 -6
- posts/launch.zh-CN.md +5 -5
- scripts/check_project_consistency.py +8 -8
- scripts/check_reader_facing_copy.py +72 -0
- scripts/check_resource_labels.py +2 -2
- scripts/export_resource_dataset.py +4 -4
- scripts/render_readme_tables.py +10 -11
.github/pull_request_template.md
CHANGED
|
@@ -78,7 +78,7 @@ Which README section did you update?
|
|
| 78 |
|
| 79 |
## Accuracy And Provenance
|
| 80 |
|
| 81 |
-
-
|
| 82 |
- Original publishing venue or platform:
|
| 83 |
- Publication date, authors, and identifier verified from:
|
| 84 |
- Material caveats or source-access limits:
|
|
@@ -97,7 +97,7 @@ Which README section did you update?
|
|
| 97 |
- [ ] The entry follows the table format: `| 📄 **[Title](https://example.com)**<br><sub>Paper</sub> | **2026** · Venue<br><sub>Author</sub> | Specific contribution. |`.
|
| 98 |
- [ ] The resource is not about unrelated event loops, growth loops, control theory, or generic automation.
|
| 99 |
- [ ] New loop patterns include trigger, discover/intake, delegation, state, verification gates, retry budget, escalation path, and loop instruction or automation artifact.
|
| 100 |
-
- [ ] Any automated assistance was checked against the
|
| 101 |
- [ ] I ran `python3 scripts/render_readme_tables.py` and `python3 scripts/export_resource_dataset.py` after changing resource rows.
|
| 102 |
- [ ] I agree that my contribution to this repository is released under `CC0-1.0`.
|
| 103 |
- [ ] I did not copy third-party content into this repository without the right to do so.
|
|
|
|
| 78 |
|
| 79 |
## Accuracy And Provenance
|
| 80 |
|
| 81 |
+
- Original or official source checked:
|
| 82 |
- Original publishing venue or platform:
|
| 83 |
- Publication date, authors, and identifier verified from:
|
| 84 |
- Material caveats or source-access limits:
|
|
|
|
| 97 |
- [ ] The entry follows the table format: `| 📄 **[Title](https://example.com)**<br><sub>Paper</sub> | **2026** · Venue<br><sub>Author</sub> | Specific contribution. |`.
|
| 98 |
- [ ] The resource is not about unrelated event loops, growth loops, control theory, or generic automation.
|
| 99 |
- [ ] New loop patterns include trigger, discover/intake, delegation, state, verification gates, retry budget, escalation path, and loop instruction or automation artifact.
|
| 100 |
+
- [ ] Any automated assistance was checked against the original or official source; generated text was not treated as evidence.
|
| 101 |
- [ ] I ran `python3 scripts/render_readme_tables.py` and `python3 scripts/export_resource_dataset.py` after changing resource rows.
|
| 102 |
- [ ] I agree that my contribution to this repository is released under `CC0-1.0`.
|
| 103 |
- [ ] I did not copy third-party content into this repository without the right to do so.
|
.github/workflows/quality.yml
CHANGED
|
@@ -56,6 +56,9 @@ jobs:
|
|
| 56 |
- name: Check resource type labels
|
| 57 |
run: python scripts/check_resource_labels.py README.md
|
| 58 |
|
|
|
|
|
|
|
|
|
|
| 59 |
- name: Check README resource tables
|
| 60 |
run: python scripts/render_readme_tables.py --check
|
| 61 |
|
|
|
|
| 56 |
- name: Check resource type labels
|
| 57 |
run: python scripts/check_resource_labels.py README.md
|
| 58 |
|
| 59 |
+
- name: Check reader-facing copy
|
| 60 |
+
run: python scripts/check_reader_facing_copy.py
|
| 61 |
+
|
| 62 |
- name: Check README resource tables
|
| 63 |
run: python scripts/render_readme_tables.py --check
|
| 64 |
|
CITATION.bib
CHANGED
|
@@ -3,5 +3,5 @@
|
|
| 3 |
title = {Awesome Loop Engineering},
|
| 4 |
year = {2026},
|
| 5 |
howpublished = {\url{https://github.com/ChaoYue0307/awesome-loop-engineering}},
|
| 6 |
-
note = {
|
| 7 |
}
|
|
|
|
| 3 |
title = {Awesome Loop Engineering},
|
| 4 |
year = {2026},
|
| 5 |
howpublished = {\url{https://github.com/ChaoYue0307/awesome-loop-engineering}},
|
| 6 |
+
note = {Field guide and implementation kit for Loop Engineering, version 0.8.0}
|
| 7 |
}
|
CITATION.cff
CHANGED
|
@@ -9,7 +9,7 @@ authors:
|
|
| 9 |
given-names: "Chaoyue"
|
| 10 |
repository-code: "https://github.com/ChaoYue0307/awesome-loop-engineering"
|
| 11 |
url: "https://chaoyue0307.github.io/awesome-loop-engineering/"
|
| 12 |
-
abstract: "
|
| 13 |
keywords:
|
| 14 |
- loop-engineering
|
| 15 |
- ai-agents
|
|
|
|
| 9 |
given-names: "Chaoyue"
|
| 10 |
repository-code: "https://github.com/ChaoYue0307/awesome-loop-engineering"
|
| 11 |
url: "https://chaoyue0307.github.io/awesome-loop-engineering/"
|
| 12 |
+
abstract: "Practical resources and reusable patterns for recurring, stateful, verified AI-agent systems."
|
| 13 |
keywords:
|
| 14 |
- loop-engineering
|
| 15 |
- ai-agents
|
CONTRIBUTING.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
| 1 |
# Contributing
|
| 2 |
|
| 3 |
-
Contribute
|
| 4 |
|
| 5 |
Contributions must address recurring AI-agent or coding-agent systems with explicit triggers, work intake, verification, durable state, budgets, escalation, and exit.
|
| 6 |
|
| 7 |
-
Before submitting, read the [
|
| 8 |
|
| 9 |
## Fastest Contribution (Under Five Minutes)
|
| 10 |
|
| 11 |
Use the [resource suggestion form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml) to propose one source without preparing a fork. Include:
|
| 12 |
|
| 13 |
-
- the
|
| 14 |
- the most specific README category;
|
| 15 |
- one sentence on the contribution, novelty, or practical value for recurring agent systems;
|
| 16 |
- the source type and evidence tier;
|
| 17 |
- any caveat, such as vendor bias, a paywall, early-stage status, or weak evidence.
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
For an inaccurate summary, contribution, novelty, impact, authorship, date, venue, identifier, or
|
| 22 |
|
| 23 |
## Quick PR Flow
|
| 24 |
|
|
@@ -28,10 +28,10 @@ For an inaccurate summary, contribution, novelty, impact, authorship, date, venu
|
|
| 28 |
1. Add one metadata-rich row with a resource type label, verified year/source context, and one specific key feature:
|
| 29 |
|
| 30 |
```md
|
| 31 |
-
| 📄 **[Title](https://example.com)**<br><sub>Paper</sub> | **2026** · arXiv<br><sub>First Author et al.</sub> | One sentence explaining the resource's contribution to Loop Engineering. | **
|
| 32 |
```
|
| 33 |
|
| 34 |
-
When a source exposes no reliable publication date, omit the year and keep only the original venue or publishing platform. Do not infer a date from a search-result snippet.
|
| 35 |
|
| 36 |
1. Open a PR using the template and explain:
|
| 37 |
- why the resource belongs;
|
|
@@ -40,11 +40,11 @@ When a source exposes no reliable publication date, omit the year and keep only
|
|
| 40 |
- the evidence quality tier and resource type label;
|
| 41 |
- any caveat such as vendor bias, paywall, early-stage status, or weak evidence.
|
| 42 |
|
| 43 |
-
If automated tools assisted discovery, extraction, or drafting, say so in the PR. Check every resulting claim against the
|
| 44 |
|
| 45 |
## License For Contributions
|
| 46 |
|
| 47 |
-
By contributing to this repository, you agree that your
|
| 48 |
|
| 49 |
Do not copy third-party articles, papers, images, documentation, code, or other content into this repository unless you have the right to do so. Prefer stable links and short original annotations. External resources keep their own licenses and terms.
|
| 50 |
|
|
@@ -82,7 +82,7 @@ Prefer higher tiers when two resources cover the same idea.
|
|
| 82 |
| --- | --- | --- |
|
| 83 |
| A | Primary source or official docs | Tool docs, paper, project README, author write-up |
|
| 84 |
| B | Practitioner write-up with implementation detail | Field notes, playbooks, postmortems |
|
| 85 |
-
| C |
|
| 86 |
| D | Commentary or news coverage | Useful only when it documents origin, adoption, or debate |
|
| 87 |
|
| 88 |
If two links cover the same idea, prefer the more primary, stable, and implementation-specific source.
|
|
@@ -171,7 +171,7 @@ See [TRANSLATIONS.md](TRANSLATIONS.md).
|
|
| 171 |
|
| 172 |
Translation PRs should:
|
| 173 |
|
| 174 |
-
- link back to the
|
| 175 |
- preserve the narrow AI/coding-agent scope;
|
| 176 |
- keep resource URLs unchanged;
|
| 177 |
- update language navigation if a new language file is added;
|
|
@@ -190,4 +190,4 @@ If you do not want to open a PR, use the resource suggestion issue template. Ple
|
|
| 190 |
|
| 191 |
## Review Standard
|
| 192 |
|
| 193 |
-
|
|
|
|
| 1 |
# Contributing
|
| 2 |
|
| 3 |
+
Contribute an original or official source, an evidence-backed correction, or a loop you have run.
|
| 4 |
|
| 5 |
Contributions must address recurring AI-agent or coding-agent systems with explicit triggers, work intake, verification, durable state, budgets, escalation, and exit.
|
| 6 |
|
| 7 |
+
Before submitting, read the [resource selection guide](meta/CURATION.md). It explains the scope, evidence labels, summary style, and correction process.
|
| 8 |
|
| 9 |
## Fastest Contribution (Under Five Minutes)
|
| 10 |
|
| 11 |
Use the [resource suggestion form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml) to propose one source without preparing a fork. Include:
|
| 12 |
|
| 13 |
+
- the original or official public URL;
|
| 14 |
- the most specific README category;
|
| 15 |
- one sentence on the contribution, novelty, or practical value for recurring agent systems;
|
| 16 |
- the source type and evidence tier;
|
| 17 |
- any caveat, such as vendor bias, a paywall, early-stage status, or weak evidence.
|
| 18 |
|
| 19 |
+
Each suggestion is checked for scope, duplication, source quality, and a useful summary. Corrections are equally valuable: link the current entry and state the exact change.
|
| 20 |
|
| 21 |
+
For an inaccurate summary, contribution, novelty, impact, authorship, date, venue, identifier, or source link, use the [annotation-correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml). Include primary-source evidence; omit unavailable metadata rather than guessing.
|
| 22 |
|
| 23 |
## Quick PR Flow
|
| 24 |
|
|
|
|
| 28 |
1. Add one metadata-rich row with a resource type label, verified year/source context, and one specific key feature:
|
| 29 |
|
| 30 |
```md
|
| 31 |
+
| 📄 **[Title](https://example.com)**<br><sub>Paper</sub> | **2026** · arXiv<br><sub>First Author et al.</sub> | One sentence explaining the resource's contribution to Loop Engineering. | **Research preprint**<br><sub>Preprint; inspect methods and evaluation</sub> |
|
| 32 |
```
|
| 33 |
|
| 34 |
+
When a source exposes no reliable publication date, omit the year and keep only the original venue or publishing platform. Do not infer a date from a search-result snippet. The evidence label is derived from the source type, and the table layout and structured exports are regenerated after review.
|
| 35 |
|
| 36 |
1. Open a PR using the template and explain:
|
| 37 |
- why the resource belongs;
|
|
|
|
| 40 |
- the evidence quality tier and resource type label;
|
| 41 |
- any caveat such as vendor bias, paywall, early-stage status, or weak evidence.
|
| 42 |
|
| 43 |
+
If automated tools assisted discovery, extraction, or drafting, say so in the PR. Check every resulting claim against the original or official source; generated text is not evidence.
|
| 44 |
|
| 45 |
## License For Contributions
|
| 46 |
|
| 47 |
+
By contributing to this repository, you agree that your original summaries, templates, patterns, metadata, and documentation are released under [CC0-1.0](LICENSE).
|
| 48 |
|
| 49 |
Do not copy third-party articles, papers, images, documentation, code, or other content into this repository unless you have the right to do so. Prefer stable links and short original annotations. External resources keep their own licenses and terms.
|
| 50 |
|
|
|
|
| 82 |
| --- | --- | --- |
|
| 83 |
| A | Primary source or official docs | Tool docs, paper, project README, author write-up |
|
| 84 |
| B | Practitioner write-up with implementation detail | Field notes, playbooks, postmortems |
|
| 85 |
+
| C | Synthesis or high-quality explainer | Taxonomy, comparison, tutorial |
|
| 86 |
| D | Commentary or news coverage | Useful only when it documents origin, adoption, or debate |
|
| 87 |
|
| 88 |
If two links cover the same idea, prefer the more primary, stable, and implementation-specific source.
|
|
|
|
| 171 |
|
| 172 |
Translation PRs should:
|
| 173 |
|
| 174 |
+
- link back to the full English guide;
|
| 175 |
- preserve the narrow AI/coding-agent scope;
|
| 176 |
- keep resource URLs unchanged;
|
| 177 |
- update language navigation if a new language file is added;
|
|
|
|
| 190 |
|
| 191 |
## Review Standard
|
| 192 |
|
| 193 |
+
A review may ask for stronger relevance, a more precise category, a better summary, or removal of promotional language. The goal is to keep the list useful for people designing real agent loops, not to collect every AI-agent link on the internet.
|
DEFINITION.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
Use this definition to scope a system, review a design, or cite the concept consistently.
|
| 4 |
|
|
|
|
| 1 |
+
# Working Definition
|
| 2 |
|
| 3 |
Use this definition to scope a system, review a design, or cite the concept consistently.
|
| 4 |
|
FUTURE-DIRECTIONS.md
CHANGED
|
@@ -152,7 +152,7 @@ The tiers describe dependency order, not prestige. Establish trustworthy state t
|
|
| 152 |
- **Decision unlocked:** whether an operator can reconstruct why the loop acted, retried, escalated, or exited.
|
| 153 |
- **Build:** a receipt envelope for trigger, objective version, input identity, action, tool result, verifier result, state transition, budget delta, next action, and redaction policy, mapped where practical to [OpenTelemetry GenAI semantic conventions](https://github.com/open-telemetry/semantic-conventions-genai).
|
| 154 |
- **Measure:** receipt coverage, missing causal links, replay agreement, trace overhead, redaction failures, and time to diagnose seeded incidents.
|
| 155 |
-
- **Starter slice:** instrument one
|
| 156 |
- **Completion gate:** an independent reviewer can identify the cause of a seeded failure and reproduce the control decision without access to the original chat session.
|
| 157 |
|
| 158 |
### 9. Security, Permissions, And Containment
|
|
|
|
| 152 |
- **Decision unlocked:** whether an operator can reconstruct why the loop acted, retried, escalated, or exited.
|
| 153 |
- **Build:** a receipt envelope for trigger, objective version, input identity, action, tool result, verifier result, state transition, budget delta, next action, and redaction policy, mapped where practical to [OpenTelemetry GenAI semantic conventions](https://github.com/open-telemetry/semantic-conventions-genai).
|
| 154 |
- **Measure:** receipt coverage, missing causal links, replay agreement, trace overhead, redaction failures, and time to diagnose seeded incidents.
|
| 155 |
+
- **Starter slice:** instrument one schema-checked contract end to end and build a replay view that derives the decision timeline from receipts rather than model narration.
|
| 156 |
- **Completion gate:** an independent reviewer can identify the cause of a seeded failure and reproduce the control decision without access to the original chat session.
|
| 157 |
|
| 158 |
### 9. Security, Permissions, And Containment
|
README.de.md
CHANGED
|
@@ -28,7 +28,7 @@ Ein Loop entdeckt Arbeit, übergibt sie an einen oder mehrere Agenten, prüft da
|
|
| 28 |
|
| 29 |
Loop Engineering umfasst wiederkehrende KI-Agenten- und Coding-Agent-Systeme mit expliziten Auslösern, Verifikation und dauerhaftem Zustand. Software-Event-Loops, Regelungstechnik, Growth Loops, generische Automatisierung und nicht-KI-bezogene Feedback-Loops gehören nicht dazu.
|
| 30 |
|
| 31 |
-
Starte mit 579
|
| 32 |
|
| 33 |
## Mentales Modell
|
| 34 |
|
|
@@ -71,7 +71,7 @@ Ein nützlicher Loop macht normalerweise diese Bestandteile sichtbar:
|
|
| 71 |
|
| 72 |
## Erste Lektüre
|
| 73 |
|
| 74 |
-
|
| 75 |
|
| 76 |
Empfohlene Einstiege:
|
| 77 |
|
|
|
|
| 28 |
|
| 29 |
Loop Engineering umfasst wiederkehrende KI-Agenten- und Coding-Agent-Systeme mit expliziten Auslösern, Verifikation und dauerhaftem Zustand. Software-Event-Loops, Regelungstechnik, Growth Loops, generische Automatisierung und nicht-KI-bezogene Feedback-Loops gehören nicht dazu.
|
| 30 |
|
| 31 |
+
Starte mit 579 Ressourcen, 20 operativen Loop-Patterns, 20 schemavalidierten Loop-Contracts und 8 Runtime-Startern (3 ausführbare Programme und 5 anpassbare Vorlagen), ergänzt durch eine Community-Galerie und 8 Sprachen.
|
| 32 |
|
| 33 |
## Mentales Modell
|
| 34 |
|
|
|
|
| 71 |
|
| 72 |
## Erste Lektüre
|
| 73 |
|
| 74 |
+
Alle Ressourcen findest du im vollständigen englischen Leitfaden: [README.md](README.md).
|
| 75 |
|
| 76 |
Empfohlene Einstiege:
|
| 77 |
|
README.es.md
CHANGED
|
@@ -28,7 +28,7 @@ Un loop descubre trabajo, lo delega a uno o más agentes, verifica el resultado,
|
|
| 28 |
|
| 29 |
Loop Engineering abarca sistemas recurrentes de agentes de IA y coding agents con disparadores explícitos, verificación y estado duradero. No incluye event loops de software, teoría de control, growth loops, automatización genérica ni feedback loops no relacionados con IA.
|
| 30 |
|
| 31 |
-
Empieza con 579 recursos
|
| 32 |
|
| 33 |
## Modelo Mental
|
| 34 |
|
|
@@ -71,7 +71,7 @@ Un loop útil normalmente necesita estas partes:
|
|
| 71 |
|
| 72 |
## Por Dónde Empezar
|
| 73 |
|
| 74 |
-
|
| 75 |
|
| 76 |
Recursos iniciales recomendados:
|
| 77 |
|
|
|
|
| 28 |
|
| 29 |
Loop Engineering abarca sistemas recurrentes de agentes de IA y coding agents con disparadores explícitos, verificación y estado duradero. No incluye event loops de software, teoría de control, growth loops, automatización genérica ni feedback loops no relacionados con IA.
|
| 30 |
|
| 31 |
+
Empieza con 579 recursos, 20 patrones operativos, 20 loop contracts validados por esquema y 8 puntos de partida de runtime (3 ejecutables y 5 plantillas listas para adaptar), además de una galería comunitaria y 8 idiomas.
|
| 32 |
|
| 33 |
## Modelo Mental
|
| 34 |
|
|
|
|
| 71 |
|
| 72 |
## Por Dónde Empezar
|
| 73 |
|
| 74 |
+
Explora todos los recursos en la guía completa en inglés: [README.md](README.md).
|
| 75 |
|
| 76 |
Recursos iniciales recomendados:
|
| 77 |
|
README.fr.md
CHANGED
|
@@ -28,7 +28,7 @@ Un loop découvre du travail, le délègue à un ou plusieurs agents, vérifie l
|
|
| 28 |
|
| 29 |
Loop Engineering couvre les systèmes récurrents d'agents IA et de coding agents avec des déclencheurs explicites, une vérification et un état durable. Il n'inclut ni les event loops logiciels, ni la théorie du contrôle, ni les growth loops, ni l'automatisation générique, ni les feedback loops sans rapport avec l'IA.
|
| 30 |
|
| 31 |
-
Commencez avec 579 ressources
|
| 32 |
|
| 33 |
## Modèle Mental
|
| 34 |
|
|
@@ -71,7 +71,7 @@ Un loop utile rend généralement visibles ces éléments :
|
|
| 71 |
|
| 72 |
## Premières Lectures
|
| 73 |
|
| 74 |
-
|
| 75 |
|
| 76 |
Ressources recommandées pour commencer :
|
| 77 |
|
|
|
|
| 28 |
|
| 29 |
Loop Engineering couvre les systèmes récurrents d'agents IA et de coding agents avec des déclencheurs explicites, une vérification et un état durable. Il n'inclut ni les event loops logiciels, ni la théorie du contrôle, ni les growth loops, ni l'automatisation générique, ni les feedback loops sans rapport avec l'IA.
|
| 30 |
|
| 31 |
+
Commencez avec 579 ressources, 20 patterns opérationnels, 20 loop contracts validés par schéma et 8 points de départ d'exécution (3 exécutables et 5 modèles prêts à adapter), ainsi qu'une galerie communautaire et 8 langues.
|
| 32 |
|
| 33 |
## Modèle Mental
|
| 34 |
|
|
|
|
| 71 |
|
| 72 |
## Premières Lectures
|
| 73 |
|
| 74 |
+
Explorez toutes les ressources dans le guide complet en anglais : [README.md](README.md).
|
| 75 |
|
| 76 |
Ressources recommandées pour commencer :
|
| 77 |
|
README.ja.md
CHANGED
|
@@ -71,7 +71,7 @@ Prompt、context、harness engineering は 1 回の実行を良くします。Lo
|
|
| 71 |
|
| 72 |
## はじめに読むもの
|
| 73 |
|
| 74 |
-
|
| 75 |
|
| 76 |
おすすめの入口:
|
| 77 |
|
|
|
|
| 71 |
|
| 72 |
## はじめに読むもの
|
| 73 |
|
| 74 |
+
すべてのリソースは英語の完全版ガイドで確認できます: [README.md](README.md)。
|
| 75 |
|
| 76 |
おすすめの入口:
|
| 77 |
|
README.ko.md
CHANGED
|
@@ -71,7 +71,7 @@ Prompt, context, harness engineering 은 한 번의 실행을 더 좋게 만듭
|
|
| 71 |
|
| 72 |
## 시작하기
|
| 73 |
|
| 74 |
-
전체 리소스
|
| 75 |
|
| 76 |
추천 시작 자료:
|
| 77 |
|
|
|
|
| 71 |
|
| 72 |
## 시작하기
|
| 73 |
|
| 74 |
+
전체 리소스는 영어 전체 가이드에서 볼 수 있습니다: [README.md](README.md).
|
| 75 |
|
| 76 |
추천 시작 자료:
|
| 77 |
|
README.md
CHANGED
|
@@ -38,36 +38,36 @@ configs:
|
|
| 38 |
<h1 align="center">Awesome Loop Engineering Dataset</h1>
|
| 39 |
|
| 40 |
<p align="center">
|
| 41 |
-
A
|
| 42 |
</p>
|
| 43 |
|
| 44 |
<p align="center">
|
| 45 |
<a href="https://chaoyue0307.github.io/awesome-loop-engineering/">Resource Atlas</a> ·
|
| 46 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering">GitHub field guide</a> ·
|
| 47 |
-
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md">
|
| 48 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml">Report a correction</a>
|
| 49 |
</p>
|
| 50 |
|
| 51 |
## Dataset Summary
|
| 52 |
|
| 53 |
-
Each row
|
| 54 |
|
| 55 |
Current release: **v0.8.0**
|
| 56 |
|
| 57 |
| Surface | Count |
|
| 58 |
| --- | ---: |
|
| 59 |
-
|
|
| 60 |
| Operational patterns | 20 |
|
| 61 |
-
|
|
| 62 |
| Runtime starters | 8 |
|
| 63 |
|
| 64 |
-
|
| 65 |
|
| 66 |
## What A Loop Contract Is
|
| 67 |
|
| 68 |
A **Loop Contract** is a reviewable operating specification for one recurring agent job. It fixes what authorizes a run, which work and actions are allowed, what context and roles the run uses, which external evidence proves progress, what state survives, how much the loop may spend, and when a human takes over or the loop exits.
|
| 69 |
|
| 70 |
-
Recurring agents need this policy because schedules, events, queues, and goals remove live supervision. Without explicit boundaries, missing decisions become hidden defaults: the loop can select the wrong work, widen its own scope, approve itself, forget failed attempts, or retry without a stopping rule. Start with the [JSON schema](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/schemas/loop-contract.schema.json) and adapt one of the [20
|
| 71 |
|
| 72 |
## Loop Maturity Model
|
| 73 |
|
|
@@ -124,7 +124,7 @@ Use `url` as the durable join key. `row_id` and `source_line` are positional and
|
|
| 124 |
- Compare works by lifecycle, audience, evidence class, source type, and publication metadata.
|
| 125 |
- Separate model, agent, harness, workflow, operations, evaluation, and cross-layer resources without treating adjacent model recurrence as a complete operational loop.
|
| 126 |
- Build literature maps, reading lists, dashboards, or retrieval indexes.
|
| 127 |
-
-
|
| 128 |
- Find reusable patterns, contracts, schemas, executable examples, and copy/paste runtime templates.
|
| 129 |
|
| 130 |
Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collection as a quality label, endorsement, or automated ranking of scientific validity.
|
|
@@ -148,38 +148,38 @@ The primary configuration is `resources`, with one `train` split backed by the n
|
|
| 148 |
| Field group | Fields | What it describes |
|
| 149 |
| --- | --- | --- |
|
| 150 |
| Identity | `row_id`, `title`, `url`, `canonical_url`, `resource_type`, `domain` | What the resource is and where it lives. |
|
| 151 |
-
|
|
| 152 |
| Scope | `loop_layer`, `scope_fit` | Where recurrence lives and whether the source is direct, enabling, or adjacent to operational Loop Engineering. |
|
| 153 |
| Navigation | `section`, `collection`, `user_goal`, `lifecycle_stages`, `audience` | Where the resource fits and who it serves. |
|
| 154 |
| Evidence | `evidence_class`, `evidence_tier`, `signal`, `signal_strength`, `source_status`, `audited_at` | What kind of evidence or provenance is available. |
|
| 155 |
-
| Publication | `authors`, `publication_date`, `publication_year`, `publication_venue`, `publisher`, `doi`, `arxiv_id`, `primary_category` | Bibliographic data exposed by the
|
| 156 |
-
| Source
|
| 157 |
| Repository context | `github_repo`, `github_stars`, `github_forks`, `github_license`, `github_created_at`, `github_updated_at` | Point-in-time adoption and maintenance context for GitHub projects. |
|
| 158 |
-
| Export trace | `source_readme`, `source_line`, `source_url`, `date_added` | How the row maps back to the
|
| 159 |
|
| 160 |
The complete field-by-field schema is documented in [`data/README.md`](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md).
|
| 161 |
|
| 162 |
-
##
|
| 163 |
|
| 164 |
-
|
| 165 |
|
| 166 |
-
|
| 167 |
|
| 168 |
-
The
|
| 169 |
|
| 170 |
## Limitations
|
| 171 |
|
| 172 |
-
-
|
| 173 |
- Coverage is skewed toward English-language, publicly available material.
|
| 174 |
-
- A successful URL check proves
|
| 175 |
-
- Access-restricted rows could not be fully retrieved during the latest
|
| 176 |
- Publication dates and authors remain blank when the primary source does not expose reliable metadata.
|
| 177 |
- Resource statistics are snapshots and will drift after the recorded `audited_at` timestamp.
|
| 178 |
-
- Linked third-party works retain their own licenses and terms; CC0-1.0 covers only original repository
|
| 179 |
|
| 180 |
## Versioning And Corrections
|
| 181 |
|
| 182 |
-
GitHub Releases define versioned snapshots; cite a release or commit for reproducibility. Submit corrections to summaries, contribution, novelty, impact, authorship, dates, venues, identifiers, or
|
| 183 |
|
| 184 |
## Citation
|
| 185 |
|
|
|
|
| 38 |
<h1 align="center">Awesome Loop Engineering Dataset</h1>
|
| 39 |
|
| 40 |
<p align="center">
|
| 41 |
+
A structured dataset of 579 papers, official docs, tools, benchmarks, patterns, critiques, and implementation guides for recurring AI-agent systems.
|
| 42 |
</p>
|
| 43 |
|
| 44 |
<p align="center">
|
| 45 |
<a href="https://chaoyue0307.github.io/awesome-loop-engineering/">Resource Atlas</a> ·
|
| 46 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering">GitHub field guide</a> ·
|
| 47 |
+
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md">Resource selection</a> ·
|
| 48 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml">Report a correction</a>
|
| 49 |
</p>
|
| 50 |
|
| 51 |
## Dataset Summary
|
| 52 |
|
| 53 |
+
Each row connects an original source to its contribution, novelty, impact, publication details, lifecycle stages, audience, evidence type, link status, and repository context when applicable.
|
| 54 |
|
| 55 |
Current release: **v0.8.0**
|
| 56 |
|
| 57 |
| Surface | Count |
|
| 58 |
| --- | ---: |
|
| 59 |
+
| Resources | 579 |
|
| 60 |
| Operational patterns | 20 |
|
| 61 |
+
| Adaptable loop contracts | 20 |
|
| 62 |
| Runtime starters | 8 |
|
| 63 |
|
| 64 |
+
At the **2026-07-18** source check, **528 public links opened successfully**, **3 required access**, **48 pointed to repository files**, and **0 were broken or unreachable**.
|
| 65 |
|
| 66 |
## What A Loop Contract Is
|
| 67 |
|
| 68 |
A **Loop Contract** is a reviewable operating specification for one recurring agent job. It fixes what authorizes a run, which work and actions are allowed, what context and roles the run uses, which external evidence proves progress, what state survives, how much the loop may spend, and when a human takes over or the loop exits.
|
| 69 |
|
| 70 |
+
Recurring agents need this policy because schedules, events, queues, and goals remove live supervision. Without explicit boundaries, missing decisions become hidden defaults: the loop can select the wrong work, widen its own scope, approve itself, forget failed attempts, or retry without a stopping rule. Start with the [JSON schema](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/schemas/loop-contract.schema.json) and adapt one of the [20 schema-checked examples](https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/examples).
|
| 71 |
|
| 72 |
## Loop Maturity Model
|
| 73 |
|
|
|
|
| 124 |
- Compare works by lifecycle, audience, evidence class, source type, and publication metadata.
|
| 125 |
- Separate model, agent, harness, workflow, operations, evaluation, and cross-layer resources without treating adjacent model recurrence as a complete operational loop.
|
| 126 |
- Build literature maps, reading lists, dashboards, or retrieval indexes.
|
| 127 |
+
- Inspect contribution, novelty, impact, source, and evidence fields before following a claim.
|
| 128 |
- Find reusable patterns, contracts, schemas, executable examples, and copy/paste runtime templates.
|
| 129 |
|
| 130 |
Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collection as a quality label, endorsement, or automated ranking of scientific validity.
|
|
|
|
| 148 |
| Field group | Fields | What it describes |
|
| 149 |
| --- | --- | --- |
|
| 150 |
| Identity | `row_id`, `title`, `url`, `canonical_url`, `resource_type`, `domain` | What the resource is and where it lives. |
|
| 151 |
+
| Resource analysis | `annotation`, `key_contribution`, `novelty`, `impact` | What the resource contributes to recurring agent systems. |
|
| 152 |
| Scope | `loop_layer`, `scope_fit` | Where recurrence lives and whether the source is direct, enabling, or adjacent to operational Loop Engineering. |
|
| 153 |
| Navigation | `section`, `collection`, `user_goal`, `lifecycle_stages`, `audience` | Where the resource fits and who it serves. |
|
| 154 |
| Evidence | `evidence_class`, `evidence_tier`, `signal`, `signal_strength`, `source_status`, `audited_at` | What kind of evidence or provenance is available. |
|
| 155 |
+
| Publication | `authors`, `publication_date`, `publication_year`, `publication_venue`, `publisher`, `doi`, `arxiv_id`, `primary_category` | Bibliographic data exposed by the original or official source. |
|
| 156 |
+
| Source details | `source_title`, `source_description`, `metadata_source`, `publication_note` | Where metadata came from and what caveats accompany it. |
|
| 157 |
| Repository context | `github_repo`, `github_stars`, `github_forks`, `github_license`, `github_created_at`, `github_updated_at` | Point-in-time adoption and maintenance context for GitHub projects. |
|
| 158 |
+
| Export trace | `source_readme`, `source_line`, `source_url`, `date_added` | How the row maps back to the full field guide. |
|
| 159 |
|
| 160 |
The complete field-by-field schema is documented in [`data/README.md`](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md).
|
| 161 |
|
| 162 |
+
## How To Read The Evidence
|
| 163 |
|
| 164 |
+
Open the linked work before relying on a summary. Evidence labels distinguish published research, official documentation, inspectable implementations, practitioner analysis, risk analysis, and discovery indexes; they describe the kind of source, not its scientific quality.
|
| 165 |
|
| 166 |
+
Summaries explain each work's contribution in original language rather than copying abstracts. They do not imply author endorsement. Follow the source link to inspect methods, results, limitations, licenses, and current documentation.
|
| 167 |
|
| 168 |
+
The latest link-check results are available as [`data/resource_source_audit.csv`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv).
|
| 169 |
|
| 170 |
## Limitations
|
| 171 |
|
| 172 |
+
- Coverage is selective rather than exhaustive, and one person currently reviews changes.
|
| 173 |
- Coverage is skewed toward English-language, publicly available material.
|
| 174 |
+
- A successful URL check proves that a link opened at check time, not that its claims are correct, permanent, or independently validated.
|
| 175 |
+
- Access-restricted rows could not be fully retrieved during the latest check and should be opened manually.
|
| 176 |
- Publication dates and authors remain blank when the primary source does not expose reliable metadata.
|
| 177 |
- Resource statistics are snapshots and will drift after the recorded `audited_at` timestamp.
|
| 178 |
+
- Linked third-party works retain their own licenses and terms; CC0-1.0 covers only original repository descriptions, metadata, templates, and documentation.
|
| 179 |
|
| 180 |
## Versioning And Corrections
|
| 181 |
|
| 182 |
+
GitHub Releases define versioned snapshots; cite a release or commit for reproducibility. Submit corrections to summaries, contribution, novelty, impact, authorship, dates, venues, identifiers, or source URLs through the [correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml).
|
| 183 |
|
| 184 |
## Citation
|
| 185 |
|
README.pt-BR.md
CHANGED
|
@@ -28,7 +28,7 @@ Um loop descobre trabalho, delega para um ou mais agentes, verifica o resultado,
|
|
| 28 |
|
| 29 |
Loop Engineering abrange sistemas recorrentes de AI agents e coding agents com gatilhos explícitos, verificação e estado durável. Não inclui event loops de software, teoria de controle, growth loops, automação genérica nem feedback loops sem relação com IA.
|
| 30 |
|
| 31 |
-
Comece com 579 recursos
|
| 32 |
|
| 33 |
## Modelo Mental
|
| 34 |
|
|
@@ -71,7 +71,7 @@ Um loop útil normalmente precisa deixar estes elementos visíveis:
|
|
| 71 |
|
| 72 |
## Primeiras Leituras
|
| 73 |
|
| 74 |
-
|
| 75 |
|
| 76 |
Leituras recomendadas:
|
| 77 |
|
|
|
|
| 28 |
|
| 29 |
Loop Engineering abrange sistemas recorrentes de AI agents e coding agents com gatilhos explícitos, verificação e estado durável. Não inclui event loops de software, teoria de controle, growth loops, automação genérica nem feedback loops sem relação com IA.
|
| 30 |
|
| 31 |
+
Comece com 579 recursos, 20 patterns operacionais, 20 loop contracts validados por schema e 8 starters de runtime (3 executáveis e 5 templates prontos para adaptação), além de uma galeria comunitária e 8 idiomas.
|
| 32 |
|
| 33 |
## Modelo Mental
|
| 34 |
|
|
|
|
| 71 |
|
| 72 |
## Primeiras Leituras
|
| 73 |
|
| 74 |
+
Explore todos os recursos no guia completo em inglês: [README.md](README.md).
|
| 75 |
|
| 76 |
Leituras recomendadas:
|
| 77 |
|
README.zh-CN.md
CHANGED
|
@@ -32,7 +32,7 @@ Prompt engineering 改进你对模型说什么。Context engineering 改进模
|
|
| 32 |
|
| 33 |
Loop Engineering 专指具备明确触发、外部验证和持久状态的可重复 AI-agent 与 coding-agent 系统,不包括软件事件循环、控制论、增长循环、通用 workflow automation 或非 AI feedback loop。
|
| 34 |
|
| 35 |
-
可直接从 579
|
| 36 |
|
| 37 |
## 一句话定位
|
| 38 |
|
|
|
|
| 32 |
|
| 33 |
Loop Engineering 专指具备明确触发、外部验证和持久状态的可重复 AI-agent 与 coding-agent 系统,不包括软件事件循环、控制论、增长循环、通用 workflow automation 或非 AI feedback loop。
|
| 34 |
|
| 35 |
+
可直接从 579 篇论文、官方文档、工具、benchmark 与实践指南,20 个操作模式、20 个经 schema 校验的 loop contracts 和 8 个 runtime starters(3 个可直接执行,5 个可复制改造)开始,并通过社区 gallery 和 8 种语言入口继续探索。
|
| 36 |
|
| 37 |
## 一句话定位
|
| 38 |
|
ROADMAP.md
CHANGED
|
@@ -8,7 +8,7 @@ Use the role-based [Future Directions agenda](FUTURE-DIRECTIONS.md) to choose re
|
|
| 8 |
|
| 9 |
- Collect more direct Loop Engineering sources as the term stabilizes.
|
| 10 |
- Add real or anonymized gallery entries from practitioners running recurring agent loops.
|
| 11 |
-
- Turn more
|
| 12 |
- Add more translations for the introduction, mental model, Loop Contract, and contribution guide.
|
| 13 |
- Audit contextual sources in small batches; replace weak summaries and secondary links with canonical evidence.
|
| 14 |
- Replace unstable links with primary sources, official docs, papers, or implementation-heavy write-ups.
|
|
|
|
| 8 |
|
| 9 |
- Collect more direct Loop Engineering sources as the term stabilizes.
|
| 10 |
- Add real or anonymized gallery entries from practitioners running recurring agent loops.
|
| 11 |
+
- Turn more schema-checked contracts into runtime-specific executables with crash recovery, timeouts, replayable receipts, and failure-injection tests.
|
| 12 |
- Add more translations for the introduction, mental model, Loop Contract, and contribution guide.
|
| 13 |
- Audit contextual sources in small batches; replace weak summaries and secondary links with canonical evidence.
|
| 14 |
- Replace unstable links with primary sources, official docs, papers, or implementation-heavy write-ups.
|
TRANSLATIONS.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Translations
|
| 2 |
|
| 3 |
-
Translate the core Loop Engineering concepts for new audiences while preserving the boundaries and facts in the
|
| 4 |
|
| 5 |
## Available
|
| 6 |
|
|
@@ -44,7 +44,7 @@ Maintainers and contributors are welcome for:
|
|
| 44 |
|
| 45 |
## Translation PR Checklist
|
| 46 |
|
| 47 |
-
- [ ] The translation links back to the
|
| 48 |
- [ ] The language switcher has been updated in `README.md`.
|
| 49 |
- [ ] The `<!-- last-synced: YYYY-MM-DD -->` marker is present and current.
|
| 50 |
- [ ] The translation preserves the scope boundary.
|
|
|
|
| 1 |
# Translations
|
| 2 |
|
| 3 |
+
Translate the core Loop Engineering concepts for new audiences while preserving the boundaries and facts in the full [English guide](README.md).
|
| 4 |
|
| 5 |
## Available
|
| 6 |
|
|
|
|
| 44 |
|
| 45 |
## Translation PR Checklist
|
| 46 |
|
| 47 |
+
- [ ] The translation links back to the full English guide.
|
| 48 |
- [ ] The language switcher has been updated in `README.md`.
|
| 49 |
- [ ] The `<!-- last-synced: YYYY-MM-DD -->` marker is present and current.
|
| 50 |
- [ ] The translation preserves the scope boundary.
|
assets/social-preview.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
data/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
# Dataset Exports
|
| 2 |
|
| 3 |
-
Download
|
| 4 |
|
| 5 |
- `resources.csv` - Tabular export for spreadsheets and ad hoc analysis.
|
| 6 |
- `resources.jsonl` - JSON Lines export and source for the Hugging Face Parquet build.
|
| 7 |
- `resources.parquet` - Native Parquet shard generated in the Hugging Face release snapshot; it powers the Dataset Viewer without relying on server-side conversion.
|
| 8 |
- `../docs/assets/resources.json` - Slim generated payload used by the website's searchable Resource Atlas.
|
| 9 |
- `first_seen.json` - Forward-only sidecar mapping resource URL to the date it was first added; the export left-joins it into the `date_added` column. Empty `date_added` means the entry predates per-entry tracking (started 2026-07-15).
|
| 10 |
-
- `resource_source_audit.csv` -
|
| 11 |
- `arxiv_publication_overrides.csv` - Human-verified conference, journal, and workshop records backed by official proceedings, DOI registries, OpenReview, or current author-supplied acceptance notes.
|
| 12 |
- `arxiv_publication_audit.csv` - Complete decision table for every arXiv-linked resource: published, accepted, or preprint-only.
|
| 13 |
|
|
@@ -15,10 +15,10 @@ The exports preserve each section and annotation while adding four discovery lay
|
|
| 15 |
|
| 16 |
- **Scope facets**: `loop_layer` identifies where recurrence lives (`model`, `agent`, `harness`, `workflow`, `operations`, `evaluation`, or `cross-layer`); `scope_fit` distinguishes resources that are `direct`, `enabling`, or `adjacent` to operational Loop Engineering.
|
| 17 |
- **Task facets**: `collection`, `user_goal`, `lifecycle_stages`, and `audience` answer why a reader needs the source and where it fits in the Loop Contract.
|
| 18 |
-
- **Evidence facets**: `evidence_class`, `evidence_tier`, `signal_strength`, `source_status`,
|
| 19 |
- **Publication facets**: `authors`, `publication_date`, `publication_year`, `publication_venue`, `publisher`, `doi`, `publication_note`, `primary_category`, and `metadata_source` provide a paper-like bibliographic row without inventing missing facts.
|
| 20 |
|
| 21 |
-
`key_contribution`, `novelty`, and `impact` are resource-specific. Model-level recurrence is retained as an adjacent foundation because it repeats learned blocks or latent-state updates inside one inference; it does not by itself supply work intake, external verification, durable state, budgets, or human handoff. `evidence_tier` follows the public A-C source hierarchy: A for primary or official artifacts, B for implementation-grounded practice and risk analysis, and C for
|
| 22 |
|
| 23 |
## Load And Query
|
| 24 |
|
|
@@ -54,7 +54,7 @@ Use `url` as the durable join key. `row_id` and `source_line` are positional and
|
|
| 54 |
|
| 55 |
## Reproducibility
|
| 56 |
|
| 57 |
-
Render the README rows first, then regenerate all three discovery files after changing resource entries or refreshing the source
|
| 58 |
|
| 59 |
```sh
|
| 60 |
python3 scripts/render_readme_tables.py
|
|
@@ -66,15 +66,15 @@ python3 scripts/build_hf_card.py --check
|
|
| 66 |
|
| 67 |
Every README resource-table row becomes one deterministic export row with its marker, resource type, title, link, original publishing platform or venue, annotation, section, and source line.
|
| 68 |
|
| 69 |
-
Run a network-backed source
|
| 70 |
|
| 71 |
```sh
|
| 72 |
python3 scripts/audit_resource_sources.py --timeout 20 --workers 16 --attempts 2 --github-cli
|
| 73 |
```
|
| 74 |
|
| 75 |
-
The
|
| 76 |
|
| 77 |
-
Refresh publication decisions before applying them to
|
| 78 |
|
| 79 |
```sh
|
| 80 |
python3 scripts/resolve_arxiv_publications.py --refresh --cache-dir /tmp/ale-publication-cache
|
|
|
|
| 1 |
# Dataset Exports
|
| 2 |
|
| 3 |
+
Download all 579 resources as deterministic tabular exports.
|
| 4 |
|
| 5 |
- `resources.csv` - Tabular export for spreadsheets and ad hoc analysis.
|
| 6 |
- `resources.jsonl` - JSON Lines export and source for the Hugging Face Parquet build.
|
| 7 |
- `resources.parquet` - Native Parquet shard generated in the Hugging Face release snapshot; it powers the Dataset Viewer without relying on server-side conversion.
|
| 8 |
- `../docs/assets/resources.json` - Slim generated payload used by the website's searchable Resource Atlas.
|
| 9 |
- `first_seen.json` - Forward-only sidecar mapping resource URL to the date it was first added; the export left-joins it into the `date_added` column. Empty `date_added` means the entry predates per-entry tracking (started 2026-07-15).
|
| 10 |
+
- `resource_source_audit.csv` - Point-in-time source check for every row, including URL status, source title metadata, arXiv IDs, and GitHub repository stats where available.
|
| 11 |
- `arxiv_publication_overrides.csv` - Human-verified conference, journal, and workshop records backed by official proceedings, DOI registries, OpenReview, or current author-supplied acceptance notes.
|
| 12 |
- `arxiv_publication_audit.csv` - Complete decision table for every arXiv-linked resource: published, accepted, or preprint-only.
|
| 13 |
|
|
|
|
| 15 |
|
| 16 |
- **Scope facets**: `loop_layer` identifies where recurrence lives (`model`, `agent`, `harness`, `workflow`, `operations`, `evaluation`, or `cross-layer`); `scope_fit` distinguishes resources that are `direct`, `enabling`, or `adjacent` to operational Loop Engineering.
|
| 17 |
- **Task facets**: `collection`, `user_goal`, `lifecycle_stages`, and `audience` answer why a reader needs the source and where it fits in the Loop Contract.
|
| 18 |
+
- **Evidence facets**: `evidence_class`, `evidence_tier`, `signal_strength`, `source_status`, original URL, source metadata, GitHub statistics, arXiv ID, and check timestamp separate source type from popularity or a recommendation.
|
| 19 |
- **Publication facets**: `authors`, `publication_date`, `publication_year`, `publication_venue`, `publisher`, `doi`, `publication_note`, `primary_category`, and `metadata_source` provide a paper-like bibliographic row without inventing missing facts.
|
| 20 |
|
| 21 |
+
`key_contribution`, `novelty`, and `impact` are resource-specific. Model-level recurrence is retained as an adjacent foundation because it repeats learned blocks or latent-state updates inside one inference; it does not by itself supply work intake, external verification, durable state, budgets, or human handoff. `evidence_tier` follows the public A-C source hierarchy: A for primary or official artifacts, B for implementation-grounded practice and risk analysis, and C for synthesis and discovery indexes. `signal` states the evidence basis and limits; GitHub stars and forks provide point-in-time context, never proof of reliability. `signal_strength` is `high` for primary official documentation and benchmarks, `medium` for inspectable implementations, papers, patterns, and locally maintained artifacts, `contextual` for practitioner analysis and discovery indexes, and `unverified` only when the latest source check cannot validate availability.
|
| 22 |
|
| 23 |
## Load And Query
|
| 24 |
|
|
|
|
| 54 |
|
| 55 |
## Reproducibility
|
| 56 |
|
| 57 |
+
Render the README rows first, then regenerate all three discovery files after changing resource entries or refreshing the source check:
|
| 58 |
|
| 59 |
```sh
|
| 60 |
python3 scripts/render_readme_tables.py
|
|
|
|
| 66 |
|
| 67 |
Every README resource-table row becomes one deterministic export row with its marker, resource type, title, link, original publishing platform or venue, annotation, section, and source line.
|
| 68 |
|
| 69 |
+
Run a network-backed source check when refreshing the Hugging Face dataset:
|
| 70 |
|
| 71 |
```sh
|
| 72 |
python3 scripts/audit_resource_sources.py --timeout 20 --workers 16 --attempts 2 --github-cli
|
| 73 |
```
|
| 74 |
|
| 75 |
+
The source-check file is a snapshot. HTTP status, redirects, page titles, publication metadata, and GitHub statistics can change over time. arXiv bibliographic fields come from the primary arXiv API, while verified conference or journal records take precedence for venue, publisher, DOI, and original URL. The arXiv ID and original preprint link remain available for access and traceability. GitHub dates come from the repository API; other web metadata comes from citation or Open Graph tags when available. A blank publication date means the primary source did not expose one. Rows marked `restricted` returned an access-control or rate-limit status during retrieval; they are tracked separately from broken or unreachable links.
|
| 76 |
|
| 77 |
+
Refresh publication decisions before applying them to the current source check:
|
| 78 |
|
| 79 |
```sh
|
| 80 |
python3 scripts/resolve_arxiv_publications.py --refresh --cache-dir /tmp/ale-publication-cache
|
data/resource_source_audit.csv
CHANGED
|
@@ -568,13 +568,13 @@ ale-0566,Awesome AI Agent Papers,https://github.com/VoltAgent/awesome-ai-agent-p
|
|
| 568 |
ale-0567,awesome-ralph,https://github.com/snwfdhmp/awesome-ralph,external,github.com,ok,200,https://github.com/snwfdhmp/awesome-ralph,https://github.com/snwfdhmp/awesome-ralph,text/html; charset=utf-8,"GitHub - snwfdhmp/awesome-ralph: A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled. · GitHub","A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled. - snwfdhmp/awesome-ralph",,2026-01-19,2026,snwfdhmp/awesome-ralph,GitHub,,,,github-api,snwfdhmp/awesome-ralph,913,72,12,"A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled.",,2026-01-19T08:42:54Z,2026-07-13T12:09:52Z,,,2026-07-18T08:16:45+00:00
|
| 569 |
ale-0568,Awesome Agent Loops,https://github.com/serenakeyitan/awesome-agent-loops,external,github.com,ok,200,https://github.com/serenakeyitan/awesome-agent-loops,https://github.com/serenakeyitan/awesome-agent-loops,text/html; charset=utf-8,"GitHub - serenakeyitan/awesome-agent-loops: A curated collection of the best /loop, /goal, and /schedule uses for Claude Code & Codex — real commands sourced from Twitter/X. The awesome-list of agent loops. · GitHub","A curated collection of the best /loop, /goal, and /schedule uses for Claude Code & Codex — real commands sourced from Twitter/X. The awesome-list of agent loops. - serenakeyitan/awesome-agent-loops",,2026-06-09,2026,serenakeyitan/awesome-agent-loops,GitHub,,,,github-api,serenakeyitan/awesome-agent-loops,194,16,2,"A curated collection of the best /loop, /goal, and /schedule uses for Claude Code & Codex — real commands sourced from Twitter/X. The awesome-list of agent loops.",CC-BY-4.0,2026-06-09T01:26:51Z,2026-07-15T11:44:20Z,,,2026-07-18T08:16:45+00:00
|
| 570 |
ale-0569,Awesome Loop Models,https://github.com/huskydoge/Awesome-Loop-Models,external,github.com,ok,200,https://github.com/huskydoge/Awesome-Loop-Models,https://github.com/huskydoge/Awesome-Loop-Models,text/html; charset=utf-8,GitHub - huskydoge/Awesome-Loop-Models: A curated list of papers and selected technical blogs on Loop Models. · GitHub,A curated list of papers and selected technical blogs on Loop Models. - huskydoge/Awesome-Loop-Models,,2026-04-24,2026,huskydoge/Awesome-Loop-Models,GitHub,,,,github-api,huskydoge/Awesome-Loop-Models,215,8,3,A curated list of papers and selected technical blogs on Loop Models.,MIT,2026-04-24T12:16:55Z,2026-07-18T06:50:42Z,,,2026-07-18T08:16:45+00:00
|
| 571 |
-
ale-0570,Resource Atlas,https://chaoyue0307.github.io/awesome-loop-engineering/,external,chaoyue0307.github.io,ok,200,https://chaoyue0307.github.io/awesome-loop-engineering/,https://chaoyue0307.github.io/awesome-loop-engineering/,text/html; charset=utf-8,Awesome Loop Engineering,"
|
| 572 |
ale-0571,Hugging Face dataset,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,external,huggingface.co,ok,200,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,text/html; charset=utf-8,cy0307/awesome-loop-engineering · Datasets at Hugging Face,We’re on a journey to advance and democratize artificial intelligence through open source and open science.,,,,,Hugging Face,,,,domain-fallback,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 573 |
ale-0572,Dataset export guide,data/README.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md,,Dataset export guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 574 |
ale-0573,Runtime selection guide,meta/RUNTIME_SELECTION.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/RUNTIME_SELECTION.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/RUNTIME_SELECTION.md,,Runtime selection guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 575 |
ale-0574,Future Directions agenda,FUTURE-DIRECTIONS.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md,,Future Directions agenda,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 576 |
-
ale-0575,Release notes,https://github.com/ChaoYue0307/awesome-loop-engineering/releases,external,github.com,ok,200,https://github.com/ChaoYue0307/awesome-loop-engineering/releases,https://github.com/ChaoYue0307/awesome-loop-engineering/releases,text/html; charset=utf-8,Releases · ChaoYue0307/awesome-loop-engineering · GitHub,"🔁
|
| 577 |
ale-0576,Roadmap,ROADMAP.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ROADMAP.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ROADMAP.md,,Roadmap,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 578 |
ale-0577,Launch article,posts/launch.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/posts/launch.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/posts/launch.md,,Launch article,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 579 |
ale-0578,Discussion guide,meta/DISCUSSIONS.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/DISCUSSIONS.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/DISCUSSIONS.md,,Discussion guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 580 |
-
ale-0579,Show your Loop Engineering patterns,https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2,external,github.com,ok,200,https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2,https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2,text/html; charset=utf-8,Show your Loop Engineering patterns · ChaoYue0307/awesome-loop-engineering · Discussion #2 · GitHub,Show your Loop Engineering patterns,,2026-06-09,2026,GitHub Discussions,GitHub,,,,github-api,ChaoYue0307/awesome-loop-engineering,31,6,9,"🔁
|
|
|
|
| 568 |
ale-0567,awesome-ralph,https://github.com/snwfdhmp/awesome-ralph,external,github.com,ok,200,https://github.com/snwfdhmp/awesome-ralph,https://github.com/snwfdhmp/awesome-ralph,text/html; charset=utf-8,"GitHub - snwfdhmp/awesome-ralph: A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled. · GitHub","A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled. - snwfdhmp/awesome-ralph",,2026-01-19,2026,snwfdhmp/awesome-ralph,GitHub,,,,github-api,snwfdhmp/awesome-ralph,913,72,12,"A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled.",,2026-01-19T08:42:54Z,2026-07-13T12:09:52Z,,,2026-07-18T08:16:45+00:00
|
| 569 |
ale-0568,Awesome Agent Loops,https://github.com/serenakeyitan/awesome-agent-loops,external,github.com,ok,200,https://github.com/serenakeyitan/awesome-agent-loops,https://github.com/serenakeyitan/awesome-agent-loops,text/html; charset=utf-8,"GitHub - serenakeyitan/awesome-agent-loops: A curated collection of the best /loop, /goal, and /schedule uses for Claude Code & Codex — real commands sourced from Twitter/X. The awesome-list of agent loops. · GitHub","A curated collection of the best /loop, /goal, and /schedule uses for Claude Code & Codex — real commands sourced from Twitter/X. The awesome-list of agent loops. - serenakeyitan/awesome-agent-loops",,2026-06-09,2026,serenakeyitan/awesome-agent-loops,GitHub,,,,github-api,serenakeyitan/awesome-agent-loops,194,16,2,"A curated collection of the best /loop, /goal, and /schedule uses for Claude Code & Codex — real commands sourced from Twitter/X. The awesome-list of agent loops.",CC-BY-4.0,2026-06-09T01:26:51Z,2026-07-15T11:44:20Z,,,2026-07-18T08:16:45+00:00
|
| 570 |
ale-0569,Awesome Loop Models,https://github.com/huskydoge/Awesome-Loop-Models,external,github.com,ok,200,https://github.com/huskydoge/Awesome-Loop-Models,https://github.com/huskydoge/Awesome-Loop-Models,text/html; charset=utf-8,GitHub - huskydoge/Awesome-Loop-Models: A curated list of papers and selected technical blogs on Loop Models. · GitHub,A curated list of papers and selected technical blogs on Loop Models. - huskydoge/Awesome-Loop-Models,,2026-04-24,2026,huskydoge/Awesome-Loop-Models,GitHub,,,,github-api,huskydoge/Awesome-Loop-Models,215,8,3,A curated list of papers and selected technical blogs on Loop Models.,MIT,2026-04-24T12:16:55Z,2026-07-18T06:50:42Z,,,2026-07-18T08:16:45+00:00
|
| 571 |
+
ale-0570,Resource Atlas,https://chaoyue0307.github.io/awesome-loop-engineering/,external,chaoyue0307.github.io,ok,200,https://chaoyue0307.github.io/awesome-loop-engineering/,https://chaoyue0307.github.io/awesome-loop-engineering/,text/html; charset=utf-8,Awesome Loop Engineering,"Explore 579 resources from model recurrence to governed agent operations, then build with 20 patterns, 20 contracts, and 8 runtime starters.",Chaoyue He,,,,chaoyue0307.github.io,,,,html-meta,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 572 |
ale-0571,Hugging Face dataset,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,external,huggingface.co,ok,200,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,text/html; charset=utf-8,cy0307/awesome-loop-engineering · Datasets at Hugging Face,We’re on a journey to advance and democratize artificial intelligence through open source and open science.,,,,,Hugging Face,,,,domain-fallback,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 573 |
ale-0572,Dataset export guide,data/README.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md,,Dataset export guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 574 |
ale-0573,Runtime selection guide,meta/RUNTIME_SELECTION.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/RUNTIME_SELECTION.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/RUNTIME_SELECTION.md,,Runtime selection guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 575 |
ale-0574,Future Directions agenda,FUTURE-DIRECTIONS.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md,,Future Directions agenda,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 576 |
+
ale-0575,Release notes,https://github.com/ChaoYue0307/awesome-loop-engineering/releases,external,github.com,ok,200,https://github.com/ChaoYue0307/awesome-loop-engineering/releases,https://github.com/ChaoYue0307/awesome-loop-engineering/releases,text/html; charset=utf-8,Releases · ChaoYue0307/awesome-loop-engineering · GitHub,"🔁 Explore 579 resources from model recurrence to governed agent operations · Build with 20 patterns, 20 contracts, and 8 runtime starters · Atlas + dataset. - Releases · ChaoYue0307/awesome-loop-engineering",,2026-06-09,2026,GitHub Releases,GitHub,,,,github-api,ChaoYue0307/awesome-loop-engineering,31,6,9,"🔁 Explore 579 resources from model recurrence to governed agent operations · Build with 20 patterns, 20 contracts, and 8 runtime starters · Atlas + dataset.",CC0-1.0,2026-06-09T16:17:27Z,2026-07-18T07:38:30Z,,,2026-07-18T08:16:45+00:00
|
| 577 |
ale-0576,Roadmap,ROADMAP.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ROADMAP.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ROADMAP.md,,Roadmap,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 578 |
ale-0577,Launch article,posts/launch.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/posts/launch.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/posts/launch.md,,Launch article,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 579 |
ale-0578,Discussion guide,meta/DISCUSSIONS.md,local_path,,local_ok,,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/DISCUSSIONS.md,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/DISCUSSIONS.md,,Discussion guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,,,,2026-07-18T08:16:45+00:00
|
| 580 |
+
ale-0579,Show your Loop Engineering patterns,https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2,external,github.com,ok,200,https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2,https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2,text/html; charset=utf-8,Show your Loop Engineering patterns · ChaoYue0307/awesome-loop-engineering · Discussion #2 · GitHub,Show your Loop Engineering patterns,,2026-06-09,2026,GitHub Discussions,GitHub,,,,github-api,ChaoYue0307/awesome-loop-engineering,31,6,9,"🔁 Explore 579 resources from model recurrence to governed agent operations · Build with 20 patterns, 20 contracts, and 8 runtime starters · Atlas + dataset.",CC0-1.0,2026-06-09T16:17:27Z,2026-07-18T07:38:30Z,,,2026-07-18T08:16:45+00:00
|
data/resources.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/resources.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/resources.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:001e145eeaa0637b293573dcf1be692cbc8d8ef672796177ecb7f08e0735e4ab
|
| 3 |
+
size 466679
|
design-qa.md
CHANGED
|
@@ -38,7 +38,7 @@
|
|
| 38 |
8. Compared the published static hero and the Three.js-enhanced hero at the same 1280 x 720 viewport. The enhancement keeps the existing identity, copy, actions, spacing, and section transition while adding a restrained evidence orbit, control-plane stack, verification gate, and six lifecycle nodes behind the content.
|
| 39 |
9. Moved the control-plane stack and verification gate outward after the first 3D pass so they frame the copy rather than crossing its reading path. Rechecked desktop and mobile rendering after the adjustment.
|
| 40 |
10. Verified progressive enhancement behavior: the semantic hero remains complete without WebGL, forced-colors and print hide the scene, reduced-motion renders a static frame, and the animation stops when the hero leaves the viewport.
|
| 41 |
-
11. Expanded the implementation kit to 20 patterns, 20
|
| 42 |
12. Rechecked the expanded pattern and runtime sections at 1440 x 1000 and 390 x 844. Anchor offsets clear the sticky header, the page width stays equal to the viewport, and headings, icons, labels, and descriptions remain aligned.
|
| 43 |
13. Added the role-based future-directions section and rechecked it at both target viewports. Resource Atlas expansion initially displaced direct links to later sections; post-load hash restoration now leaves `#future` 84 px below the desktop viewport top and 74 px below it on mobile.
|
| 44 |
|
|
|
|
| 38 |
8. Compared the published static hero and the Three.js-enhanced hero at the same 1280 x 720 viewport. The enhancement keeps the existing identity, copy, actions, spacing, and section transition while adding a restrained evidence orbit, control-plane stack, verification gate, and six lifecycle nodes behind the content.
|
| 39 |
9. Moved the control-plane stack and verification gate outward after the first 3D pass so they frame the copy rather than crossing its reading path. Rechecked desktop and mobile rendering after the adjustment.
|
| 40 |
10. Verified progressive enhancement behavior: the semantic hero remains complete without WebGL, forced-colors and print hide the scene, reduced-motion renders a static frame, and the animation stops when the hero leaves the viewport.
|
| 41 |
+
11. Expanded the implementation kit to 20 patterns, 20 schema-checked contracts, and eight runtime starters. The runtime section now labels all five adaptable templates and all three executables, with use-case copy and an even desktop grid.
|
| 42 |
12. Rechecked the expanded pattern and runtime sections at 1440 x 1000 and 390 x 844. Anchor offsets clear the sticky header, the page width stays equal to the viewport, and headings, icons, labels, and descriptions remain aligned.
|
| 43 |
13. Added the role-based future-directions section and rechecked it at both target viewports. Resource Atlas expansion initially displaced direct links to later sections; post-load hash restoration now leaves `#future` 84 px below the desktop viewport top and 74 px below it on mobile.
|
| 44 |
|
docs/assets/resources.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
docs/assets/social-preview-579-v08.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
docs/assets/social-preview.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
docs/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
<title>Awesome Loop Engineering</title>
|
| 7 |
-
<meta name="description" content="579
|
| 8 |
<meta name="robots" content="index,follow">
|
| 9 |
<meta name="author" content="Chaoyue He">
|
| 10 |
<link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/">
|
|
@@ -15,7 +15,7 @@
|
|
| 15 |
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
| 16 |
<meta property="og:type" content="website">
|
| 17 |
<meta property="og:title" content="Awesome Loop Engineering">
|
| 18 |
-
<meta property="og:description" content="579
|
| 19 |
<meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/">
|
| 20 |
<meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-579-v08.png">
|
| 21 |
<meta property="og:image:width" content="1280">
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
<meta property="og:image:alt" content="Awesome Loop Engineering: design loops, not just prompts.">
|
| 24 |
<meta name="twitter:card" content="summary_large_image">
|
| 25 |
<meta name="twitter:title" content="Awesome Loop Engineering">
|
| 26 |
-
<meta name="twitter:description" content="579
|
| 27 |
<meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-579-v08.png">
|
| 28 |
<link rel="alternate" type="application/atom+xml" title="Awesome Loop Engineering releases" href="https://github.com/ChaoYue0307/awesome-loop-engineering/releases.atom">
|
| 29 |
<link rel="alternate" type="application/atom+xml" title="Awesome Loop Engineering commits" href="https://github.com/ChaoYue0307/awesome-loop-engineering/commits/main.atom">
|
|
@@ -158,12 +158,12 @@
|
|
| 158 |
|
| 159 |
main { overflow: hidden; }
|
| 160 |
section { padding: 86px 0; border-top: 1px solid var(--line); }
|
| 161 |
-
.hero { position: relative; isolation: isolate; min-height: 0; overflow: hidden; padding:
|
| 162 |
.hero .wrap { position: relative; z-index: 1; }
|
| 163 |
.hero-copy { position: relative; z-index: 2; }
|
| 164 |
.hero-system {
|
| 165 |
width: min(100%, 1120px);
|
| 166 |
-
margin:
|
| 167 |
border-top: 1px solid var(--line-strong);
|
| 168 |
border-bottom: 1px solid var(--line-strong);
|
| 169 |
background: var(--surface);
|
|
@@ -190,7 +190,7 @@
|
|
| 190 |
z-index: 0;
|
| 191 |
min-width: 0;
|
| 192 |
width: 100%;
|
| 193 |
-
height:
|
| 194 |
overflow: hidden;
|
| 195 |
background: #f4f7fc;
|
| 196 |
pointer-events: none;
|
|
@@ -204,7 +204,7 @@
|
|
| 204 |
align-items: center;
|
| 205 |
justify-content: center;
|
| 206 |
gap: 26px;
|
| 207 |
-
min-height:
|
| 208 |
border-top: 1px solid var(--line);
|
| 209 |
color: var(--muted);
|
| 210 |
font-size: 0.68rem;
|
|
@@ -226,7 +226,7 @@
|
|
| 226 |
align-items: center;
|
| 227 |
justify-content: center;
|
| 228 |
gap: 26px;
|
| 229 |
-
min-height:
|
| 230 |
border-top: 1px solid var(--line);
|
| 231 |
color: var(--muted);
|
| 232 |
font-size: 0.7rem;
|
|
@@ -243,7 +243,7 @@
|
|
| 243 |
align-items: center;
|
| 244 |
min-width: 0;
|
| 245 |
border-top: 1px solid var(--line);
|
| 246 |
-
padding:
|
| 247 |
}
|
| 248 |
.mental-model { padding: 18px 0 52px; }
|
| 249 |
.section-label {
|
|
@@ -980,34 +980,34 @@
|
|
| 980 |
.contract-example-head { padding: 18px 0; }
|
| 981 |
.contract-example-row { grid-template-columns: 1fr; gap: 5px; padding: 13px 0; }
|
| 982 |
.contract-example-result { align-items: flex-start; flex-direction: column; gap: 9px; padding: 15px 0; }
|
| 983 |
-
.hero { min-height: 0; padding:
|
| 984 |
.hero-kicker { max-width: 100%; align-items: center; margin: 0 auto 10px; line-height: 1.35; text-align: left; }
|
| 985 |
.tagline { margin-top: 11px; font-size: 1.18rem; }
|
| 986 |
-
.lead { margin-top:
|
| 987 |
-
.actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: 420px; gap: 8px; margin:
|
| 988 |
.actions .button { min-width: 0; min-height: 44px; padding-inline: 8px; font-size: 0.82rem; }
|
| 989 |
.actions .button .icon { width: 16px; height: 16px; }
|
| 990 |
-
.hero-system { display: flex; flex-direction: column; margin-top:
|
| 991 |
-
.scene-head { order: 1; justify-content: center; min-height:
|
| 992 |
.scene-flow { display: none; }
|
| 993 |
-
.hero-scene { order: 2; width: 100%; height:
|
| 994 |
.hero-scene canvas { opacity: 1; }
|
| 995 |
-
.scene-key {
|
| 996 |
.scene-key-item { justify-content: flex-start; min-width: 0; min-height: 34px; padding: 7px 8px; }
|
| 997 |
.scene-key-item:nth-child(even) { border-left: 1px solid var(--line); }
|
| 998 |
.scene-key-item:nth-child(n+3) { border-top: 1px solid var(--line); }
|
| 999 |
.scene-key-item::before { width: 13px; flex: 0 0 auto; }
|
| 1000 |
-
.scene-outcomes { order: 5; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; min-height:
|
| 1001 |
.scene-outcome { justify-content: flex-start; gap: 5px; min-width: 0; padding: 8px 6px; }
|
| 1002 |
.scene-outcome + .scene-outcome { border-left: 1px solid var(--line); }
|
| 1003 |
.scene-outcome::before { width: 6px; height: 6px; flex: 0 0 auto; }
|
| 1004 |
-
.hero-inspector { order: 3; gap: 8px; padding: 0 0
|
| 1005 |
.loop-stage-rail { margin-top: 20px; }
|
| 1006 |
.hero-system .loop-stage-rail { margin: 0; }
|
| 1007 |
.loop-stage { min-height: 44px; padding-inline: 6px; font-size: 0.71rem; }
|
| 1008 |
.loop-stage-number { font-size: 0.61rem; }
|
| 1009 |
.loop-stage-detail { min-height: 40px; margin-top: 8px; font-size: 0.75rem; line-height: 1.45; }
|
| 1010 |
-
.hero-inspector .loop-stage-detail { min-height:
|
| 1011 |
.mental-model { padding: 30px 0 46px; }
|
| 1012 |
.definition { margin-bottom: 18px; font-size: 0.88rem; line-height: 1.55; text-align: left; }
|
| 1013 |
.definition-full { display: none; }
|
|
@@ -1236,7 +1236,7 @@
|
|
| 1236 |
"@type": "CollectionPage",
|
| 1237 |
"name": "Awesome Loop Engineering",
|
| 1238 |
"url": "https://chaoyue0307.github.io/awesome-loop-engineering/",
|
| 1239 |
-
"description": "A
|
| 1240 |
"keywords": ["Loop Engineering", "AI agents", "Coding agents", "Agent workflows", "Agentic loops"],
|
| 1241 |
"datePublished": "2026-06-10",
|
| 1242 |
"dateModified": "2026-07-18",
|
|
@@ -1293,7 +1293,7 @@
|
|
| 1293 |
"@context": "https://schema.org",
|
| 1294 |
"@type": "Dataset",
|
| 1295 |
"name": "Awesome Loop Engineering resources",
|
| 1296 |
-
"description": "579
|
| 1297 |
"url": "https://chaoyue0307.github.io/awesome-loop-engineering/",
|
| 1298 |
"sameAs": [
|
| 1299 |
"https://huggingface.co/datasets/cy0307/awesome-loop-engineering",
|
|
@@ -1368,7 +1368,7 @@
|
|
| 1368 |
<p class="section-label hero-kicker"><i class="icon" data-lucide="repeat-2" aria-hidden="true"></i><span>Field guide for recurring agent systems</span></p>
|
| 1369 |
<h1>Awesome Loop Engineering</h1>
|
| 1370 |
<p class="tagline">Design loops, not just prompts.</p>
|
| 1371 |
-
<p class="lead">579
|
| 1372 |
<div class="actions">
|
| 1373 |
<a class="button primary" href="https://github.com/ChaoYue0307/awesome-loop-engineering#readme"><i class="icon" data-lucide="book-open" aria-hidden="true"></i>Explore resources</a>
|
| 1374 |
<a class="button" href="#choose"><i class="icon" data-lucide="compass" aria-hidden="true"></i>Choose a loop</a>
|
|
@@ -1425,7 +1425,7 @@
|
|
| 1425 |
</div>
|
| 1426 |
</figure>
|
| 1427 |
<div class="stats" role="list" aria-label="Field guide at a glance">
|
| 1428 |
-
<div class="stat" role="listitem"><b><i class="icon" data-lucide="library" aria-hidden="true"></i>579</b><span>
|
| 1429 |
<div class="stat" role="listitem"><b><i class="icon" data-lucide="blocks" aria-hidden="true"></i>20</b><span>operational patterns</span></div>
|
| 1430 |
<div class="stat" role="listitem"><b><i class="icon" data-lucide="file-check-2" aria-hidden="true"></i>20</b><span>loop contracts</span></div>
|
| 1431 |
<div class="stat" role="listitem"><b><i class="icon" data-lucide="play" aria-hidden="true"></i>8</b><span>runtime starters</span></div>
|
|
@@ -1601,7 +1601,7 @@
|
|
| 1601 |
<div class="choice-step"><span class="number">03</span><strong>Bound action</strong><p>Set readable and writable scope, non-goals, retries, time, and cost.</p></div>
|
| 1602 |
<div class="choice-step"><span class="number">04</span><strong>Plan the next pass</strong><p>Decide what persists, retries, escalates, or exits after each result.</p></div>
|
| 1603 |
</div>
|
| 1604 |
-
<p class="choice-sequence"><strong>Pattern → contract → runtime.</strong> Select the operating model below, adapt its
|
| 1605 |
<div class="filter-row">
|
| 1606 |
<input type="search" id="pattern-filter" class="pattern-filter" placeholder="Filter patterns by keyword..." aria-label="Filter patterns by keyword" autocomplete="off">
|
| 1607 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/MATRIX.md">Compare every contract field →</a>
|
|
@@ -1725,9 +1725,9 @@
|
|
| 1725 |
<p class="section-label"><i class="icon" data-lucide="library" aria-hidden="true"></i><span>06 / Resource atlas</span></p>
|
| 1726 |
<h2>Find evidence, not just links.</h2>
|
| 1727 |
</div>
|
| 1728 |
-
<p class="section-intro">Filter 579
|
| 1729 |
</div>
|
| 1730 |
-
<p class="audit-note"><strong>
|
| 1731 |
<div class="loop-layer-map" aria-label="Where different loop concepts live">
|
| 1732 |
<div class="loop-layer-item"><span>Inner loop</span><strong>Model recurrence</strong><p>A learned block refines hidden or latent state inside one inference. Included as an adjacent foundation.</p></div>
|
| 1733 |
<div class="loop-layer-item"><span>Task loop</span><strong>Agent execution</strong><p>The model reasons, calls tools, observes results, and updates working state while solving one task.</p></div>
|
|
@@ -1751,7 +1751,7 @@
|
|
| 1751 |
<option value="Template">Templates</option>
|
| 1752 |
<option value="Blog">Practitioner writing</option>
|
| 1753 |
<option value="Critique">Critiques</option>
|
| 1754 |
-
<option value="List">
|
| 1755 |
</select>
|
| 1756 |
</label>
|
| 1757 |
<label>
|
|
@@ -1815,7 +1815,7 @@
|
|
| 1815 |
<label>
|
| 1816 |
<span class="sr-only">Sort resources</span>
|
| 1817 |
<select class="resource-select resource-sort" id="resource-sort">
|
| 1818 |
-
<option value="curated">
|
| 1819 |
<option value="publication">Publication year</option>
|
| 1820 |
<option value="stars">GitHub stars</option>
|
| 1821 |
<option value="recent">Recently added</option>
|
|
@@ -1829,7 +1829,7 @@
|
|
| 1829 |
<span>Evidence</span>
|
| 1830 |
</div>
|
| 1831 |
<div class="resource-list" id="resource-list" aria-busy="false">
|
| 1832 |
-
<p class="resource-loading">Preparing the
|
| 1833 |
</div>
|
| 1834 |
<p class="resource-empty" id="resource-empty" hidden>No resources match the current filters.</p>
|
| 1835 |
<div class="resource-actions">
|
|
@@ -1901,11 +1901,11 @@
|
|
| 1901 |
<p class="section-label"><i class="icon" data-lucide="handshake" aria-hidden="true"></i><span>08 / Contribute</span></p>
|
| 1902 |
<h2>Improve the evidence or share a loop.</h2>
|
| 1903 |
</div>
|
| 1904 |
-
<p class="section-intro">
|
| 1905 |
</div>
|
| 1906 |
<div class="link-grid contribute-grid">
|
| 1907 |
-
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml"><h3><i class="icon" data-lucide="plus" aria-hidden="true"></i>Suggest a resource</h3><p>
|
| 1908 |
-
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml"><h3><i class="icon" data-lucide="badge-check" aria-hidden="true"></i>Correct
|
| 1909 |
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/gallery/README.md"><h3><i class="icon" data-lucide="repeat-2" aria-hidden="true"></i>Share a loop</h3><p>Publish a real or anonymized case study using the gallery checklist.</p></a>
|
| 1910 |
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2"><h3><i class="icon" data-lucide="messages-square" aria-hidden="true"></i>Join the discussion</h3><p>Compare operating patterns with other loop builders.</p></a>
|
| 1911 |
</div>
|
|
@@ -1967,13 +1967,13 @@
|
|
| 1967 |
</div>
|
| 1968 |
<div>
|
| 1969 |
<h4><i class="icon" data-lucide="compass" aria-hidden="true"></i>Explore</h4>
|
| 1970 |
-
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/DEFINITION.md">
|
| 1971 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/MANIFESTO.md">Manifesto</a>
|
| 1972 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/TAXONOMY.md">Taxonomy</a>
|
| 1973 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ANTI-PATTERNS.md">Anti-patterns</a>
|
| 1974 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md">Future directions</a>
|
| 1975 |
-
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md">
|
| 1976 |
-
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv">Source
|
| 1977 |
</div>
|
| 1978 |
<div>
|
| 1979 |
<h4><i class="icon" data-lucide="wrench" aria-hidden="true"></i>Project</h4>
|
|
@@ -2117,12 +2117,12 @@
|
|
| 2117 |
'source-implementation': 'Source implementation',
|
| 2118 |
'implementation': 'Implementation',
|
| 2119 |
'benchmark': 'Benchmark or evaluation',
|
| 2120 |
-
'repository-native': '
|
| 2121 |
'reusable-artifact': 'Reusable artifact',
|
| 2122 |
'operational-pattern': 'Operational pattern',
|
| 2123 |
'practitioner-analysis': 'Practitioner analysis',
|
| 2124 |
'risk-analysis': 'Risk analysis',
|
| 2125 |
-
'curated-index': '
|
| 2126 |
};
|
| 2127 |
return labels[value] || words(value);
|
| 2128 |
}
|
|
@@ -2168,9 +2168,9 @@
|
|
| 2168 |
|
| 2169 |
function sourceStatus(resource) {
|
| 2170 |
if (resource.source_status === 'restricted') return 'Access restricted';
|
| 2171 |
-
if (['broken', 'unreachable', 'local_missing'].indexOf(resource.source_status) !== -1) return '
|
| 2172 |
-
if (String(resource.source_status || '').indexOf('local') === 0) return 'Repository
|
| 2173 |
-
return '
|
| 2174 |
}
|
| 2175 |
|
| 2176 |
function detailSection(title, values) {
|
|
@@ -2394,8 +2394,8 @@
|
|
| 2394 |
loading = true;
|
| 2395 |
explorer.dataset.indexState = 'loading';
|
| 2396 |
list.setAttribute('aria-busy', 'true');
|
| 2397 |
-
count.textContent = 'Loading 579
|
| 2398 |
-
list.replaceChildren(createText('p', 'resource-loading', 'Loading
|
| 2399 |
|
| 2400 |
fetch('assets/resources.json')
|
| 2401 |
.then(function (response) {
|
|
|
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
<title>Awesome Loop Engineering</title>
|
| 7 |
+
<meta name="description" content="Explore 579 resources from model recurrence to governed agent operations, then build with 20 patterns, 20 contracts, and 8 runtime starters.">
|
| 8 |
<meta name="robots" content="index,follow">
|
| 9 |
<meta name="author" content="Chaoyue He">
|
| 10 |
<link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/">
|
|
|
|
| 15 |
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
| 16 |
<meta property="og:type" content="website">
|
| 17 |
<meta property="og:title" content="Awesome Loop Engineering">
|
| 18 |
+
<meta property="og:description" content="Explore 579 papers, docs, tools, benchmarks, and guides, then build recurring agent systems with 20 patterns, 20 contracts, and 8 starters.">
|
| 19 |
<meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/">
|
| 20 |
<meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-579-v08.png">
|
| 21 |
<meta property="og:image:width" content="1280">
|
|
|
|
| 23 |
<meta property="og:image:alt" content="Awesome Loop Engineering: design loops, not just prompts.">
|
| 24 |
<meta name="twitter:card" content="summary_large_image">
|
| 25 |
<meta name="twitter:title" content="Awesome Loop Engineering">
|
| 26 |
+
<meta name="twitter:description" content="579 resources from model recurrence to agent operations, plus 20 patterns, 20 contracts, and 8 starters for building reliable loops.">
|
| 27 |
<meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-579-v08.png">
|
| 28 |
<link rel="alternate" type="application/atom+xml" title="Awesome Loop Engineering releases" href="https://github.com/ChaoYue0307/awesome-loop-engineering/releases.atom">
|
| 29 |
<link rel="alternate" type="application/atom+xml" title="Awesome Loop Engineering commits" href="https://github.com/ChaoYue0307/awesome-loop-engineering/commits/main.atom">
|
|
|
|
| 158 |
|
| 159 |
main { overflow: hidden; }
|
| 160 |
section { padding: 86px 0; border-top: 1px solid var(--line); }
|
| 161 |
+
.hero { position: relative; isolation: isolate; min-height: 0; overflow: hidden; padding: 52px 0 16px; border-top: 0; text-align: center; }
|
| 162 |
.hero .wrap { position: relative; z-index: 1; }
|
| 163 |
.hero-copy { position: relative; z-index: 2; }
|
| 164 |
.hero-system {
|
| 165 |
width: min(100%, 1120px);
|
| 166 |
+
margin: 28px auto 0;
|
| 167 |
border-top: 1px solid var(--line-strong);
|
| 168 |
border-bottom: 1px solid var(--line-strong);
|
| 169 |
background: var(--surface);
|
|
|
|
| 190 |
z-index: 0;
|
| 191 |
min-width: 0;
|
| 192 |
width: 100%;
|
| 193 |
+
height: 300px;
|
| 194 |
overflow: hidden;
|
| 195 |
background: #f4f7fc;
|
| 196 |
pointer-events: none;
|
|
|
|
| 204 |
align-items: center;
|
| 205 |
justify-content: center;
|
| 206 |
gap: 26px;
|
| 207 |
+
min-height: 34px;
|
| 208 |
border-top: 1px solid var(--line);
|
| 209 |
color: var(--muted);
|
| 210 |
font-size: 0.68rem;
|
|
|
|
| 226 |
align-items: center;
|
| 227 |
justify-content: center;
|
| 228 |
gap: 26px;
|
| 229 |
+
min-height: 34px;
|
| 230 |
border-top: 1px solid var(--line);
|
| 231 |
color: var(--muted);
|
| 232 |
font-size: 0.7rem;
|
|
|
|
| 243 |
align-items: center;
|
| 244 |
min-width: 0;
|
| 245 |
border-top: 1px solid var(--line);
|
| 246 |
+
padding: 12px 0;
|
| 247 |
}
|
| 248 |
.mental-model { padding: 18px 0 52px; }
|
| 249 |
.section-label {
|
|
|
|
| 980 |
.contract-example-head { padding: 18px 0; }
|
| 981 |
.contract-example-row { grid-template-columns: 1fr; gap: 5px; padding: 13px 0; }
|
| 982 |
.contract-example-result { align-items: flex-start; flex-direction: column; gap: 9px; padding: 15px 0; }
|
| 983 |
+
.hero { min-height: 0; padding: 20px 0 6px; }
|
| 984 |
.hero-kicker { max-width: 100%; align-items: center; margin: 0 auto 10px; line-height: 1.35; text-align: left; }
|
| 985 |
.tagline { margin-top: 11px; font-size: 1.18rem; }
|
| 986 |
+
.lead { margin-top: 6px; font-size: 0.95rem; line-height: 1.48; }
|
| 987 |
+
.actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: 420px; gap: 8px; margin: 12px auto 0; }
|
| 988 |
.actions .button { min-width: 0; min-height: 44px; padding-inline: 8px; font-size: 0.82rem; }
|
| 989 |
.actions .button .icon { width: 16px; height: 16px; }
|
| 990 |
+
.hero-system { display: flex; flex-direction: column; margin-top: 8px; }
|
| 991 |
+
.scene-head { order: 1; justify-content: center; min-height: 24px; padding: 2px 0; }
|
| 992 |
.scene-flow { display: none; }
|
| 993 |
+
.hero-scene { order: 2; width: 100%; height: 208px; }
|
| 994 |
.hero-scene canvas { opacity: 1; }
|
| 995 |
+
.scene-key { display: none; }
|
| 996 |
.scene-key-item { justify-content: flex-start; min-width: 0; min-height: 34px; padding: 7px 8px; }
|
| 997 |
.scene-key-item:nth-child(even) { border-left: 1px solid var(--line); }
|
| 998 |
.scene-key-item:nth-child(n+3) { border-top: 1px solid var(--line); }
|
| 999 |
.scene-key-item::before { width: 13px; flex: 0 0 auto; }
|
| 1000 |
+
.scene-outcomes { order: 5; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; min-height: 34px; padding: 0; font-size: 0.62rem; line-height: 1.3; }
|
| 1001 |
.scene-outcome { justify-content: flex-start; gap: 5px; min-width: 0; padding: 8px 6px; }
|
| 1002 |
.scene-outcome + .scene-outcome { border-left: 1px solid var(--line); }
|
| 1003 |
.scene-outcome::before { width: 6px; height: 6px; flex: 0 0 auto; }
|
| 1004 |
+
.hero-inspector { order: 3; gap: 8px; padding: 0 0 6px; }
|
| 1005 |
.loop-stage-rail { margin-top: 20px; }
|
| 1006 |
.hero-system .loop-stage-rail { margin: 0; }
|
| 1007 |
.loop-stage { min-height: 44px; padding-inline: 6px; font-size: 0.71rem; }
|
| 1008 |
.loop-stage-number { font-size: 0.61rem; }
|
| 1009 |
.loop-stage-detail { min-height: 40px; margin-top: 8px; font-size: 0.75rem; line-height: 1.45; }
|
| 1010 |
+
.hero-inspector .loop-stage-detail { min-height: 36px; margin: 0; padding: 4px 8px 0 12px; line-height: 1.42; }
|
| 1011 |
.mental-model { padding: 30px 0 46px; }
|
| 1012 |
.definition { margin-bottom: 18px; font-size: 0.88rem; line-height: 1.55; text-align: left; }
|
| 1013 |
.definition-full { display: none; }
|
|
|
|
| 1236 |
"@type": "CollectionPage",
|
| 1237 |
"name": "Awesome Loop Engineering",
|
| 1238 |
"url": "https://chaoyue0307.github.io/awesome-loop-engineering/",
|
| 1239 |
+
"description": "A practical field guide and implementation kit for recurring, stateful, verified AI-agent systems.",
|
| 1240 |
"keywords": ["Loop Engineering", "AI agents", "Coding agents", "Agent workflows", "Agentic loops"],
|
| 1241 |
"datePublished": "2026-06-10",
|
| 1242 |
"dateModified": "2026-07-18",
|
|
|
|
| 1293 |
"@context": "https://schema.org",
|
| 1294 |
"@type": "Dataset",
|
| 1295 |
"name": "Awesome Loop Engineering resources",
|
| 1296 |
+
"description": "Explore 579 resources across model, agent, harness, workflow, operations, and evaluation layers, with publication, contribution, novelty, impact, and evidence fields.",
|
| 1297 |
"url": "https://chaoyue0307.github.io/awesome-loop-engineering/",
|
| 1298 |
"sameAs": [
|
| 1299 |
"https://huggingface.co/datasets/cy0307/awesome-loop-engineering",
|
|
|
|
| 1368 |
<p class="section-label hero-kicker"><i class="icon" data-lucide="repeat-2" aria-hidden="true"></i><span>Field guide for recurring agent systems</span></p>
|
| 1369 |
<h1>Awesome Loop Engineering</h1>
|
| 1370 |
<p class="tagline">Design loops, not just prompts.</p>
|
| 1371 |
+
<p class="lead">Explore 579 resources from model recurrence to agent operations, then build with 20 patterns, 20 adaptable contracts, and 8 runtime starters.</p>
|
| 1372 |
<div class="actions">
|
| 1373 |
<a class="button primary" href="https://github.com/ChaoYue0307/awesome-loop-engineering#readme"><i class="icon" data-lucide="book-open" aria-hidden="true"></i>Explore resources</a>
|
| 1374 |
<a class="button" href="#choose"><i class="icon" data-lucide="compass" aria-hidden="true"></i>Choose a loop</a>
|
|
|
|
| 1425 |
</div>
|
| 1426 |
</figure>
|
| 1427 |
<div class="stats" role="list" aria-label="Field guide at a glance">
|
| 1428 |
+
<div class="stat" role="listitem"><b><i class="icon" data-lucide="library" aria-hidden="true"></i>579</b><span>resources</span></div>
|
| 1429 |
<div class="stat" role="listitem"><b><i class="icon" data-lucide="blocks" aria-hidden="true"></i>20</b><span>operational patterns</span></div>
|
| 1430 |
<div class="stat" role="listitem"><b><i class="icon" data-lucide="file-check-2" aria-hidden="true"></i>20</b><span>loop contracts</span></div>
|
| 1431 |
<div class="stat" role="listitem"><b><i class="icon" data-lucide="play" aria-hidden="true"></i>8</b><span>runtime starters</span></div>
|
|
|
|
| 1601 |
<div class="choice-step"><span class="number">03</span><strong>Bound action</strong><p>Set readable and writable scope, non-goals, retries, time, and cost.</p></div>
|
| 1602 |
<div class="choice-step"><span class="number">04</span><strong>Plan the next pass</strong><p>Decide what persists, retries, escalates, or exits after each result.</p></div>
|
| 1603 |
</div>
|
| 1604 |
+
<p class="choice-sequence"><strong>Pattern → contract → runtime.</strong> Select the operating model below, adapt its schema-checked contract to your environment, then choose where it runs based on persistence, isolation, and permissions.</p>
|
| 1605 |
<div class="filter-row">
|
| 1606 |
<input type="search" id="pattern-filter" class="pattern-filter" placeholder="Filter patterns by keyword..." aria-label="Filter patterns by keyword" autocomplete="off">
|
| 1607 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/MATRIX.md">Compare every contract field →</a>
|
|
|
|
| 1725 |
<p class="section-label"><i class="icon" data-lucide="library" aria-hidden="true"></i><span>06 / Resource atlas</span></p>
|
| 1726 |
<h2>Find evidence, not just links.</h2>
|
| 1727 |
</div>
|
| 1728 |
+
<p class="section-intro">Filter 579 resources by goal, loop layer, lifecycle, artifact type, and evidence class. Open any result to see its contribution, novelty, impact, scope, publication details, and original source.</p>
|
| 1729 |
</div>
|
| 1730 |
+
<p class="audit-note"><strong>Last source check, 2026-07-18 UTC:</strong> 528 public links opened successfully, 3 required access, 48 point to files in this repository, and none were broken or unreachable. <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv">View the results</a> or <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml">report a correction</a>.</p>
|
| 1731 |
<div class="loop-layer-map" aria-label="Where different loop concepts live">
|
| 1732 |
<div class="loop-layer-item"><span>Inner loop</span><strong>Model recurrence</strong><p>A learned block refines hidden or latent state inside one inference. Included as an adjacent foundation.</p></div>
|
| 1733 |
<div class="loop-layer-item"><span>Task loop</span><strong>Agent execution</strong><p>The model reasons, calls tools, observes results, and updates working state while solving one task.</p></div>
|
|
|
|
| 1751 |
<option value="Template">Templates</option>
|
| 1752 |
<option value="Blog">Practitioner writing</option>
|
| 1753 |
<option value="Critique">Critiques</option>
|
| 1754 |
+
<option value="List">Related lists</option>
|
| 1755 |
</select>
|
| 1756 |
</label>
|
| 1757 |
<label>
|
|
|
|
| 1815 |
<label>
|
| 1816 |
<span class="sr-only">Sort resources</span>
|
| 1817 |
<select class="resource-select resource-sort" id="resource-sort">
|
| 1818 |
+
<option value="curated">Guide order</option>
|
| 1819 |
<option value="publication">Publication year</option>
|
| 1820 |
<option value="stars">GitHub stars</option>
|
| 1821 |
<option value="recent">Recently added</option>
|
|
|
|
| 1829 |
<span>Evidence</span>
|
| 1830 |
</div>
|
| 1831 |
<div class="resource-list" id="resource-list" aria-busy="false">
|
| 1832 |
+
<p class="resource-loading">Preparing the resource index...</p>
|
| 1833 |
</div>
|
| 1834 |
<p class="resource-empty" id="resource-empty" hidden>No resources match the current filters.</p>
|
| 1835 |
<div class="resource-actions">
|
|
|
|
| 1901 |
<p class="section-label"><i class="icon" data-lucide="handshake" aria-hidden="true"></i><span>08 / Contribute</span></p>
|
| 1902 |
<h2>Improve the evidence or share a loop.</h2>
|
| 1903 |
</div>
|
| 1904 |
+
<p class="section-intro">Share an original or official source, correct an entry with primary evidence, or document a loop you have run.</p>
|
| 1905 |
</div>
|
| 1906 |
<div class="link-grid contribute-grid">
|
| 1907 |
+
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml"><h3><i class="icon" data-lucide="plus" aria-hidden="true"></i>Suggest a resource</h3><p>Share one original or official source and a precise summary in under five minutes.</p></a>
|
| 1908 |
+
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml"><h3><i class="icon" data-lucide="badge-check" aria-hidden="true"></i>Correct an entry</h3><p>Fix a summary, contribution, date, venue, identifier, or source link with primary evidence.</p></a>
|
| 1909 |
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/gallery/README.md"><h3><i class="icon" data-lucide="repeat-2" aria-hidden="true"></i>Share a loop</h3><p>Publish a real or anonymized case study using the gallery checklist.</p></a>
|
| 1910 |
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2"><h3><i class="icon" data-lucide="messages-square" aria-hidden="true"></i>Join the discussion</h3><p>Compare operating patterns with other loop builders.</p></a>
|
| 1911 |
</div>
|
|
|
|
| 1967 |
</div>
|
| 1968 |
<div>
|
| 1969 |
<h4><i class="icon" data-lucide="compass" aria-hidden="true"></i>Explore</h4>
|
| 1970 |
+
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/DEFINITION.md">Working definition</a>
|
| 1971 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/MANIFESTO.md">Manifesto</a>
|
| 1972 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/TAXONOMY.md">Taxonomy</a>
|
| 1973 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ANTI-PATTERNS.md">Anti-patterns</a>
|
| 1974 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md">Future directions</a>
|
| 1975 |
+
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md">How resources are chosen</a>
|
| 1976 |
+
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv">Source check</a>
|
| 1977 |
</div>
|
| 1978 |
<div>
|
| 1979 |
<h4><i class="icon" data-lucide="wrench" aria-hidden="true"></i>Project</h4>
|
|
|
|
| 2117 |
'source-implementation': 'Source implementation',
|
| 2118 |
'implementation': 'Implementation',
|
| 2119 |
'benchmark': 'Benchmark or evaluation',
|
| 2120 |
+
'repository-native': 'Project artifact',
|
| 2121 |
'reusable-artifact': 'Reusable artifact',
|
| 2122 |
'operational-pattern': 'Operational pattern',
|
| 2123 |
'practitioner-analysis': 'Practitioner analysis',
|
| 2124 |
'risk-analysis': 'Risk analysis',
|
| 2125 |
+
'curated-index': 'Discovery index'
|
| 2126 |
};
|
| 2127 |
return labels[value] || words(value);
|
| 2128 |
}
|
|
|
|
| 2168 |
|
| 2169 |
function sourceStatus(resource) {
|
| 2170 |
if (resource.source_status === 'restricted') return 'Access restricted';
|
| 2171 |
+
if (['broken', 'unreachable', 'local_missing'].indexOf(resource.source_status) !== -1) return 'Source unavailable';
|
| 2172 |
+
if (String(resource.source_status || '').indexOf('local') === 0) return 'Repository file';
|
| 2173 |
+
return 'Link checked';
|
| 2174 |
}
|
| 2175 |
|
| 2176 |
function detailSection(title, values) {
|
|
|
|
| 2394 |
loading = true;
|
| 2395 |
explorer.dataset.indexState = 'loading';
|
| 2396 |
list.setAttribute('aria-busy', 'true');
|
| 2397 |
+
count.textContent = 'Loading 579 resources...';
|
| 2398 |
+
list.replaceChildren(createText('p', 'resource-loading', 'Loading resources...'));
|
| 2399 |
|
| 2400 |
fetch('assets/resources.json')
|
| 2401 |
.then(function (response) {
|
docs/llms.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
# Awesome Loop Engineering
|
| 2 |
|
| 3 |
-
>
|
| 4 |
|
| 5 |
## Core
|
| 6 |
|
| 7 |
-
- [README](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md): the
|
| 8 |
-
- [
|
| 9 |
- [Taxonomy](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/TAXONOMY.md): classification by trigger, intake, verification, state model, and topology
|
| 10 |
- [Anti-patterns](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ANTI-PATTERNS.md): common loop failure modes
|
| 11 |
|
|
@@ -13,15 +13,15 @@
|
|
| 13 |
|
| 14 |
- [Pattern library](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/README.md): operational loop patterns with triggers, gates, budgets, and escalation
|
| 15 |
- [Pattern matrix](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/MATRIX.md): every pattern compared by trigger, gate, state, and budget, indexed by symptom
|
| 16 |
-
- [Loop contracts](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/examples/README.md): schema-
|
| 17 |
- [Runtime selection guide](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/RUNTIME_SELECTION.md): choosing where a loop runs by persistence, file access, isolation, and permissions
|
| 18 |
|
| 19 |
## Data
|
| 20 |
|
| 21 |
-
- [Resource sheet (CSV)](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resources.csv): all
|
| 22 |
- [Resource sheet (JSONL)](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resources.jsonl): the same rows as line-delimited JSON
|
| 23 |
-
- [Hugging Face dataset](https://huggingface.co/datasets/cy0307/awesome-loop-engineering): mirrored dataset with a data viewer over all
|
| 24 |
-
- [Source
|
| 25 |
|
| 26 |
## Optional
|
| 27 |
|
|
|
|
| 1 |
# Awesome Loop Engineering
|
| 2 |
|
| 3 |
+
> Practical resources and reusable patterns for Loop Engineering: the practice of designing recurring AI-agent and coding-agent systems that discover work, delegate to agents, verify results, persist state, and run again on a cadence or until a verifiable goal is reached.
|
| 4 |
|
| 5 |
## Core
|
| 6 |
|
| 7 |
+
- [README](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md): the full resource guide with the Loop Contract, design checklist, and maturity model
|
| 8 |
+
- [Working definition](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/DEFINITION.md): short definition, positioning, and minimal loop test
|
| 9 |
- [Taxonomy](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/TAXONOMY.md): classification by trigger, intake, verification, state model, and topology
|
| 10 |
- [Anti-patterns](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ANTI-PATTERNS.md): common loop failure modes
|
| 11 |
|
|
|
|
| 13 |
|
| 14 |
- [Pattern library](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/README.md): operational loop patterns with triggers, gates, budgets, and escalation
|
| 15 |
- [Pattern matrix](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/MATRIX.md): every pattern compared by trigger, gate, state, and budget, indexed by symptom
|
| 16 |
+
- [Loop contracts](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/examples/README.md): schema-checked contract JSON for every pattern, plus runnable reference loops
|
| 17 |
- [Runtime selection guide](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/RUNTIME_SELECTION.md): choosing where a loop runs by persistence, file access, isolation, and permissions
|
| 18 |
|
| 19 |
## Data
|
| 20 |
|
| 21 |
+
- [Resource sheet (CSV)](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resources.csv): all entries with section, type, and summary columns
|
| 22 |
- [Resource sheet (JSONL)](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resources.jsonl): the same rows as line-delimited JSON
|
| 23 |
+
- [Hugging Face dataset](https://huggingface.co/datasets/cy0307/awesome-loop-engineering): mirrored dataset with a data viewer over all entries
|
| 24 |
+
- [Source check](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv): per-entry link status, HTTP response, and repository metadata
|
| 25 |
|
| 26 |
## Optional
|
| 27 |
|
docs/x-v07-545.html
CHANGED
|
@@ -3,23 +3,23 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
-
<title>Awesome Loop Engineering: 545
|
| 7 |
-
<meta name="description" content="
|
| 8 |
<meta name="robots" content="noindex,follow">
|
| 9 |
<link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/x-v07-545.html">
|
| 10 |
<meta property="og:type" content="website">
|
| 11 |
<meta property="og:title" content="Awesome Loop Engineering">
|
| 12 |
-
<meta property="og:description" content="545
|
| 13 |
<meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/x-v07-545.html">
|
| 14 |
<meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-545-v07.png">
|
| 15 |
<meta property="og:image:width" content="1280">
|
| 16 |
<meta property="og:image:height" content="640">
|
| 17 |
-
<meta property="og:image:alt" content="Awesome Loop Engineering: design loops, not just prompts. 545
|
| 18 |
<meta name="twitter:card" content="summary_large_image">
|
| 19 |
<meta name="twitter:title" content="Awesome Loop Engineering">
|
| 20 |
-
<meta name="twitter:description" content="545
|
| 21 |
<meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-545-v07.png">
|
| 22 |
-
<meta name="twitter:image:alt" content="Awesome Loop Engineering: 545
|
| 23 |
<link rel="icon" href="assets/favicon-32.png" type="image/png" sizes="32x32">
|
| 24 |
<style>
|
| 25 |
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
+
<title>Awesome Loop Engineering: 545 resources and a practical implementation kit</title>
|
| 7 |
+
<meta name="description" content="Explore 545 resources, then build recurring AI-agent systems with 20 operational patterns, 20 contracts, and 8 runtime starters.">
|
| 8 |
<meta name="robots" content="noindex,follow">
|
| 9 |
<link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/x-v07-545.html">
|
| 10 |
<meta property="og:type" content="website">
|
| 11 |
<meta property="og:title" content="Awesome Loop Engineering">
|
| 12 |
+
<meta property="og:description" content="545 resources, 20 operational patterns, 20 contracts, and 8 runtime starters for recurring AI-agent systems.">
|
| 13 |
<meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/x-v07-545.html">
|
| 14 |
<meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-545-v07.png">
|
| 15 |
<meta property="og:image:width" content="1280">
|
| 16 |
<meta property="og:image:height" content="640">
|
| 17 |
+
<meta property="og:image:alt" content="Awesome Loop Engineering: design loops, not just prompts. 545 resources, 20 patterns, 20 contracts, and 8 runtime starters.">
|
| 18 |
<meta name="twitter:card" content="summary_large_image">
|
| 19 |
<meta name="twitter:title" content="Awesome Loop Engineering">
|
| 20 |
+
<meta name="twitter:description" content="545 resources and a 20-pattern implementation kit for recurring, stateful, verified AI-agent systems.">
|
| 21 |
<meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-545-v07.png">
|
| 22 |
+
<meta name="twitter:image:alt" content="Awesome Loop Engineering: 545 resources, 20 patterns, 20 contracts, and 8 runtime starters.">
|
| 23 |
<link rel="icon" href="assets/favicon-32.png" type="image/png" sizes="32x32">
|
| 24 |
<style>
|
| 25 |
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
|
docs/x-v07-555.html
CHANGED
|
@@ -3,23 +3,23 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
-
<title>Awesome Loop Engineering: 555
|
| 7 |
-
<meta name="description" content="
|
| 8 |
<meta name="robots" content="noindex,follow">
|
| 9 |
<link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/x-v07-555.html">
|
| 10 |
<meta property="og:type" content="website">
|
| 11 |
<meta property="og:title" content="Awesome Loop Engineering">
|
| 12 |
-
<meta property="og:description" content="555
|
| 13 |
<meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/x-v07-555.html">
|
| 14 |
<meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-555-v07.png">
|
| 15 |
<meta property="og:image:width" content="1280">
|
| 16 |
<meta property="og:image:height" content="640">
|
| 17 |
-
<meta property="og:image:alt" content="Awesome Loop Engineering: design loops, not just prompts. 555
|
| 18 |
<meta name="twitter:card" content="summary_large_image">
|
| 19 |
<meta name="twitter:title" content="Awesome Loop Engineering">
|
| 20 |
-
<meta name="twitter:description" content="555
|
| 21 |
<meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-555-v07.png">
|
| 22 |
-
<meta name="twitter:image:alt" content="Awesome Loop Engineering: 555
|
| 23 |
<link rel="icon" href="assets/favicon-32.png" type="image/png" sizes="32x32">
|
| 24 |
<style>
|
| 25 |
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
+
<title>Awesome Loop Engineering: 555 resources and a practical implementation kit</title>
|
| 7 |
+
<meta name="description" content="Explore 555 resources, then build recurring AI-agent systems with 20 operational patterns, 20 contracts, and 8 runtime starters.">
|
| 8 |
<meta name="robots" content="noindex,follow">
|
| 9 |
<link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/x-v07-555.html">
|
| 10 |
<meta property="og:type" content="website">
|
| 11 |
<meta property="og:title" content="Awesome Loop Engineering">
|
| 12 |
+
<meta property="og:description" content="555 resources, 20 operational patterns, 20 contracts, and 8 runtime starters for recurring AI-agent systems.">
|
| 13 |
<meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/x-v07-555.html">
|
| 14 |
<meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-555-v07.png">
|
| 15 |
<meta property="og:image:width" content="1280">
|
| 16 |
<meta property="og:image:height" content="640">
|
| 17 |
+
<meta property="og:image:alt" content="Awesome Loop Engineering: design loops, not just prompts. 555 resources, 20 patterns, 20 contracts, and 8 runtime starters.">
|
| 18 |
<meta name="twitter:card" content="summary_large_image">
|
| 19 |
<meta name="twitter:title" content="Awesome Loop Engineering">
|
| 20 |
+
<meta name="twitter:description" content="555 resources and a 20-pattern implementation kit for recurring, stateful, verified AI-agent systems.">
|
| 21 |
<meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-555-v07.png">
|
| 22 |
+
<meta name="twitter:image:alt" content="Awesome Loop Engineering: 555 resources, 20 patterns, 20 contracts, and 8 runtime starters.">
|
| 23 |
<link rel="icon" href="assets/favicon-32.png" type="image/png" sizes="32x32">
|
| 24 |
<style>
|
| 25 |
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
|
docs/x-v08-579.html
CHANGED
|
@@ -3,23 +3,23 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
-
<title>Awesome Loop Engineering: 579
|
| 7 |
-
<meta name="description" content="
|
| 8 |
<meta name="robots" content="noindex,follow">
|
| 9 |
<link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/x-v08-579.html">
|
| 10 |
<meta property="og:type" content="website">
|
| 11 |
<meta property="og:title" content="Awesome Loop Engineering">
|
| 12 |
-
<meta property="og:description" content="579
|
| 13 |
<meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/x-v08-579.html">
|
| 14 |
<meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-579-v08.png">
|
| 15 |
<meta property="og:image:width" content="1280">
|
| 16 |
<meta property="og:image:height" content="640">
|
| 17 |
-
<meta property="og:image:alt" content="Awesome Loop Engineering: design loops, not just prompts. 579
|
| 18 |
<meta name="twitter:card" content="summary_large_image">
|
| 19 |
<meta name="twitter:title" content="Awesome Loop Engineering">
|
| 20 |
-
<meta name="twitter:description" content="579
|
| 21 |
<meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-579-v08.png">
|
| 22 |
-
<meta name="twitter:image:alt" content="Awesome Loop Engineering: 579
|
| 23 |
<link rel="icon" href="assets/favicon-32.png" type="image/png" sizes="32x32">
|
| 24 |
<style>
|
| 25 |
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
+
<title>Awesome Loop Engineering: 579 resources and a practical implementation kit</title>
|
| 7 |
+
<meta name="description" content="Explore model recurrence, agent execution, and operations, then build with 20 patterns, 20 contracts, and 8 runtime starters.">
|
| 8 |
<meta name="robots" content="noindex,follow">
|
| 9 |
<link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/x-v08-579.html">
|
| 10 |
<meta property="og:type" content="website">
|
| 11 |
<meta property="og:title" content="Awesome Loop Engineering">
|
| 12 |
+
<meta property="og:description" content="Explore 579 papers, docs, tools, benchmarks, and guides, then build recurring AI-agent systems with 20 patterns, 20 contracts, and 8 starters.">
|
| 13 |
<meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/x-v08-579.html">
|
| 14 |
<meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-579-v08.png">
|
| 15 |
<meta property="og:image:width" content="1280">
|
| 16 |
<meta property="og:image:height" content="640">
|
| 17 |
+
<meta property="og:image:alt" content="Awesome Loop Engineering: design loops, not just prompts. 579 resources, 20 patterns, 20 contracts, and 8 runtime starters.">
|
| 18 |
<meta name="twitter:card" content="summary_large_image">
|
| 19 |
<meta name="twitter:title" content="Awesome Loop Engineering">
|
| 20 |
+
<meta name="twitter:description" content="579 resources across model, agent, harness, workflow, operations, and evaluation layers.">
|
| 21 |
<meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-579-v08.png">
|
| 22 |
+
<meta name="twitter:image:alt" content="Awesome Loop Engineering: 579 resources, 20 patterns, 20 contracts, and 8 runtime starters.">
|
| 23 |
<link rel="icon" href="assets/favicon-32.png" type="image/png" sizes="32x32">
|
| 24 |
<style>
|
| 25 |
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
|
examples/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
Twenty JSON examples turn the operational patterns into reviewable machine-readable contracts. Every file validates against [`schemas/loop-contract.schema.json`](../schemas/loop-contract.schema.json) in CI.
|
| 4 |
|
|
|
|
| 1 |
+
# Schema-Checked Loop Contracts
|
| 2 |
|
| 3 |
Twenty JSON examples turn the operational patterns into reviewable machine-readable contracts. Every file validates against [`schemas/loop-contract.schema.json`](../schemas/loop-contract.schema.json) in CI.
|
| 4 |
|
meta/CURATION.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
Include only recurring AI-agent and coding-agent systems with explicit triggers, verification, durable state, budgets, escalation, and exit. General agent links belong elsewhere.
|
| 4 |
|
|
@@ -38,23 +38,23 @@ Usually reject resources that are mostly:
|
|
| 38 |
| --- | --- | --- |
|
| 39 |
| A | Primary or official source | Paper, official docs, project README, author write-up |
|
| 40 |
| B | Practitioner source with implementation detail | Field note, runbook, postmortem, architecture note |
|
| 41 |
-
| C |
|
| 42 |
| D | Commentary or news coverage | Useful only for origin, adoption, quotes, or debate |
|
| 43 |
|
| 44 |
Prefer the highest-tier source that explains the same idea clearly.
|
| 45 |
|
| 46 |
-
##
|
| 47 |
|
| 48 |
-
|
| 49 |
|
| 50 |
The public dataset keeps those layers separate:
|
| 51 |
|
| 52 |
-
- `annotation`, `key_contribution`, `novelty`, and `impact` are original
|
| 53 |
-
- `source_title`, `source_description`, authorship, date, venue, DOI, and repository statistics come from the source
|
| 54 |
-
- `evidence_tier` records whether the row is a primary source, implementation-grounded practitioner source, or
|
| 55 |
- `loop_layer` records whether recurrence lives inside the model, agent, harness, workflow, operations, evaluation, or spans layers;
|
| 56 |
- `scope_fit` records whether a resource directly describes operational Loop Engineering, enables it, or is an explicitly adjacent foundation;
|
| 57 |
-
- `signal_strength` describes the kind of evidence available, not whether the
|
| 58 |
- `source_status` records reachability at one point in time and is not a guarantee of future availability.
|
| 59 |
|
| 60 |
No author, company, venue, star count, or citation count can buy or guarantee placement. Vendor inclusion does not imply endorsement, and inclusion of a critique does not imply that every claim in it is accepted.
|
|
@@ -71,9 +71,9 @@ When evidence conflicts:
|
|
| 71 |
1. omit a date, venue, author, or metric rather than infer it from an unreliable source;
|
| 72 |
1. record the correction in the next release notes when it changes the meaning of an entry.
|
| 73 |
|
| 74 |
-
##
|
| 75 |
|
| 76 |
-
`data/resource_source_audit.csv`
|
| 77 |
|
| 78 |
## Annotation Rules
|
| 79 |
|
|
@@ -124,4 +124,4 @@ Pattern entries should be concrete enough to adapt to a real agent runtime. A go
|
|
| 124 |
|
| 125 |
## License Scope
|
| 126 |
|
| 127 |
-
Only original repository
|
|
|
|
| 1 |
+
# Resource Selection Guide
|
| 2 |
|
| 3 |
Include only recurring AI-agent and coding-agent systems with explicit triggers, verification, durable state, budgets, escalation, and exit. General agent links belong elsewhere.
|
| 4 |
|
|
|
|
| 38 |
| --- | --- | --- |
|
| 39 |
| A | Primary or official source | Paper, official docs, project README, author write-up |
|
| 40 |
| B | Practitioner source with implementation detail | Field note, runbook, postmortem, architecture note |
|
| 41 |
+
| C | Synthesis or high-quality explainer | Taxonomy, comparison, tutorial |
|
| 42 |
| D | Commentary or news coverage | Useful only for origin, adoption, quotes, or debate |
|
| 43 |
|
| 44 |
Prefer the highest-tier source that explains the same idea clearly.
|
| 45 |
|
| 46 |
+
## How Summaries And Metadata Are Built
|
| 47 |
|
| 48 |
+
Every released entry links to evidence that readers can inspect and exposes its category, summary, and source details for correction. Automation may assist discovery, URL resolution, duplicate detection, bibliographic extraction, repository statistics, and draft normalization. Automated output is not evidence; original or official sources, primary metadata, and stated limitations control the final entry.
|
| 49 |
|
| 50 |
The public dataset keeps those layers separate:
|
| 51 |
|
| 52 |
+
- `annotation`, `key_contribution`, `novelty`, and `impact` are original summaries;
|
| 53 |
+
- `source_title`, `source_description`, authorship, date, venue, DOI, and repository statistics come from the source check and record where the metadata came from;
|
| 54 |
+
- `evidence_tier` records whether the row is a primary source, implementation-grounded practitioner source, or synthesis and discovery index;
|
| 55 |
- `loop_layer` records whether recurrence lives inside the model, agent, harness, workflow, operations, evaluation, or spans layers;
|
| 56 |
- `scope_fit` records whether a resource directly describes operational Loop Engineering, enables it, or is an explicitly adjacent foundation;
|
| 57 |
+
- `signal_strength` describes the kind of evidence available, not whether the work is recommended or scientifically valid;
|
| 58 |
- `source_status` records reachability at one point in time and is not a guarantee of future availability.
|
| 59 |
|
| 60 |
No author, company, venue, star count, or citation count can buy or guarantee placement. Vendor inclusion does not imply endorsement, and inclusion of a critique does not imply that every claim in it is accepted.
|
|
|
|
| 71 |
1. omit a date, venue, author, or metric rather than infer it from an unreliable source;
|
| 72 |
1. record the correction in the next release notes when it changes the meaning of an entry.
|
| 73 |
|
| 74 |
+
## Source Checks And Versioning
|
| 75 |
|
| 76 |
+
`data/resource_source_audit.csv` records a point-in-time source check. `data/resources.csv` and `data/resources.jsonl` are deterministic exports of the full English guide enriched with those results. GitHub Releases identify versioned snapshots; downstream users should cite a release or commit when reproducibility matters.
|
| 77 |
|
| 78 |
## Annotation Rules
|
| 79 |
|
|
|
|
| 124 |
|
| 125 |
## License Scope
|
| 126 |
|
| 127 |
+
Only original repository summaries, templates, pattern documents, and metadata are released under `CC0-1.0`. Linked third-party resources keep their own licenses and terms.
|
meta/DISTRIBUTION.md
CHANGED
|
@@ -32,8 +32,8 @@ Search engines may still take days or longer to index a new repository. Backlink
|
|
| 32 |
The Hugging Face dataset [`datasets/cy0307/awesome-loop-engineering`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering) exposes the collection to AI/ML users and tabular workflows. Sync it after each GitHub release or data change.
|
| 33 |
|
| 34 |
- The mirror tracks the full GitHub tree (docs, patterns, examples, schema, scripts).
|
| 35 |
-
- The dataset mirror includes generated resource sheets at `data/resources.csv` and `data/resources.jsonl`, refreshed from the
|
| 36 |
-
- The HF copy of `README.md` is a focused dataset card generated from `meta/hf_card_header.yaml` and `meta/hf_card_body.md` by `scripts/build_hf_card.py`. It documents intended uses,
|
| 37 |
- The YAML header is **HF-only**: it must never be added to the GitHub `README.md`, because the metadata list items break `awesome-lint`.
|
| 38 |
- Sync uses `python3 scripts/build_hf_card.py --output <staging>/README.md` followed by `hf upload --type dataset` against a staging copy. The token lives in the local Hugging Face cache; no token is committed.
|
| 39 |
|
|
@@ -46,11 +46,11 @@ Use GitHub-native discovery in this order.
|
|
| 46 |
- **Editorial submissions to adjacent lists** this repo already cites (harness, context, and agent-paper lists). Submit only where the maintainers explicitly accept related resources. Ready-to-paste entry:
|
| 47 |
|
| 48 |
```md
|
| 49 |
-
- [Awesome Loop Engineering](https://github.com/ChaoYue0307/awesome-loop-engineering#readme) -
|
| 50 |
```
|
| 51 |
|
| 52 |
- **Pin the repository** on your profile, and add it to your profile README (profile-level promotion).
|
| 53 |
-
- **About description.** Keep this concise
|
| 54 |
- **Custom social preview** (repo Settings, Social preview) so shared links lead with the same four durable proof points. This is UI-only; it cannot be set through the API.
|
| 55 |
- **Releases and Discussions** provide a lower-noise subscription path. Recommend `Watch -> Custom -> Releases and Discussions`; do not ask readers to watch every repository event.
|
| 56 |
|
|
@@ -86,12 +86,12 @@ Treat these as measurement targets, not promises. Log the publication date and c
|
|
| 86 |
|
| 87 |
## Launch Copy
|
| 88 |
|
| 89 |
-
Use the
|
| 90 |
|
| 91 |
### Short Post
|
| 92 |
|
| 93 |
```text
|
| 94 |
-
🔁 Awesome Loop Engineering v0.8.0 is live: 579
|
| 95 |
|
| 96 |
🧭 Explore the layers:
|
| 97 |
https://chaoyue0307.github.io/awesome-loop-engineering/x-v08-579.html
|
|
@@ -108,13 +108,13 @@ Awesome Loop Engineering v0.8.0 is live.
|
|
| 108 |
|
| 109 |
The release includes:
|
| 110 |
|
| 111 |
-
- 579
|
| 112 |
- 23 selected model-recurrence papers labeled as adjacent foundations
|
| 113 |
- an interactive Resource Atlas
|
| 114 |
-
- 20 operational patterns and 20
|
| 115 |
- 8 runtime starters: 3 executables and 5 copy/paste templates
|
| 116 |
- 50-field CSV, JSONL, and Parquet exports mirrored to Hugging Face
|
| 117 |
-
-
|
| 118 |
|
| 119 |
Explore, reuse, or correct the map:
|
| 120 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
|
@@ -129,7 +129,7 @@ Title: Awesome Loop Engineering: 579 resources from looped models to agent opera
|
|
| 129 |
|
| 130 |
I have been mapping recurring AI-agent systems: how work enters, agents act, evidence gates results, state survives, and the system retries, escalates, or exits.
|
| 131 |
|
| 132 |
-
The repository
|
| 133 |
|
| 134 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
| 135 |
```
|
|
@@ -147,11 +147,11 @@ Do not ask anyone to upvote the submission.
|
|
| 147 |
|
| 148 |
## Where To Share
|
| 149 |
|
| 150 |
-
- X/Twitter thread with the cover image and
|
| 151 |
- LinkedIn post focused on the prompt/context/harness/loop stack.
|
| 152 |
- Hacker News or Reddit only if framed as a useful field guide, not a launch announcement.
|
| 153 |
- Relevant GitHub issues or discussions where Loop Engineering, coding agents, or agent workflows are already being discussed.
|
| 154 |
-
- Authors and maintainers cited in the repo, asking for corrections or
|
| 155 |
- The repository's own Discussions, using [`DISCUSSIONS.md`](DISCUSSIONS.md) for starter prompts and scope guidance.
|
| 156 |
|
| 157 |
## Outreach Targets
|
|
@@ -184,5 +184,5 @@ Candidate places:
|
|
| 184 |
|
| 185 |
- Do not claim that Loop Engineering is a finished standard.
|
| 186 |
- Do not imply cited authors endorse this repository unless they explicitly do.
|
| 187 |
-
-
|
| 188 |
- Keep all claims linked to public, inspectable sources.
|
|
|
|
| 32 |
The Hugging Face dataset [`datasets/cy0307/awesome-loop-engineering`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering) exposes the collection to AI/ML users and tabular workflows. Sync it after each GitHub release or data change.
|
| 33 |
|
| 34 |
- The mirror tracks the full GitHub tree (docs, patterns, examples, schema, scripts).
|
| 35 |
+
- The dataset mirror includes generated resource sheets at `data/resources.csv` and `data/resources.jsonl`, refreshed from the full English `README.md` by `scripts/export_resource_dataset.py`.
|
| 36 |
+
- The HF copy of `README.md` is a focused dataset card generated from `meta/hf_card_header.yaml` and `meta/hf_card_body.md` by `scripts/build_hf_card.py`. It documents intended uses, evidence fields, limitations, loading examples, and the latest link status without duplicating the 579-row GitHub README.
|
| 37 |
- The YAML header is **HF-only**: it must never be added to the GitHub `README.md`, because the metadata list items break `awesome-lint`.
|
| 38 |
- Sync uses `python3 scripts/build_hf_card.py --output <staging>/README.md` followed by `hf upload --type dataset` against a staging copy. The token lives in the local Hugging Face cache; no token is committed.
|
| 39 |
|
|
|
|
| 46 |
- **Editorial submissions to adjacent lists** this repo already cites (harness, context, and agent-paper lists). Submit only where the maintainers explicitly accept related resources. Ready-to-paste entry:
|
| 47 |
|
| 48 |
```md
|
| 49 |
+
- [Awesome Loop Engineering](https://github.com/ChaoYue0307/awesome-loop-engineering#readme) - Practical resources, reusable patterns, adaptable contracts, and runtime starters for recurring AI-agent systems.
|
| 50 |
```
|
| 51 |
|
| 52 |
- **Pin the repository** on your profile, and add it to your profile README (profile-level promotion).
|
| 53 |
+
- **About description.** Keep this concise value statement aligned with the README and project site: `🔁 Explore 579 resources from model recurrence to governed agent operations · Build with 20 patterns, 20 contracts, and 8 runtime starters · Atlas + dataset.`
|
| 54 |
- **Custom social preview** (repo Settings, Social preview) so shared links lead with the same four durable proof points. This is UI-only; it cannot be set through the API.
|
| 55 |
- **Releases and Discussions** provide a lower-noise subscription path. Recommend `Watch -> Custom -> Releases and Discussions`; do not ask readers to watch every repository event.
|
| 56 |
|
|
|
|
| 86 |
|
| 87 |
## Launch Copy
|
| 88 |
|
| 89 |
+
Use the [English launch article](../posts/launch.md) or [Chinese launch article](../posts/launch.zh-CN.md) for long-form distribution.
|
| 90 |
|
| 91 |
### Short Post
|
| 92 |
|
| 93 |
```text
|
| 94 |
+
🔁 Awesome Loop Engineering v0.8.0 is live: explore 579 resources from model recurrence to agent operations, then build with 20 patterns, 20 contracts, and 8 runtime starters.
|
| 95 |
|
| 96 |
🧭 Explore the layers:
|
| 97 |
https://chaoyue0307.github.io/awesome-loop-engineering/x-v08-579.html
|
|
|
|
| 108 |
|
| 109 |
The release includes:
|
| 110 |
|
| 111 |
+
- 579 papers, docs, tools, benchmarks, and guides
|
| 112 |
- 23 selected model-recurrence papers labeled as adjacent foundations
|
| 113 |
- an interactive Resource Atlas
|
| 114 |
+
- 20 operational patterns and 20 adaptable loop contracts
|
| 115 |
- 8 runtime starters: 3 executables and 5 copy/paste templates
|
| 116 |
- 50-field CSV, JSONL, and Parquet exports mirrored to Hugging Face
|
| 117 |
+
- source and evidence fields, with point-in-time link-check results
|
| 118 |
|
| 119 |
Explore, reuse, or correct the map:
|
| 120 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
|
|
|
| 129 |
|
| 130 |
I have been mapping recurring AI-agent systems: how work enters, agents act, evidence gates results, state survives, and the system retries, escalates, or exits.
|
| 131 |
|
| 132 |
+
The repository connects 579 papers, docs, tools, benchmarks, and guides across model, agent, harness, workflow, operations, and evaluation layers with 20 operational patterns, 20 adaptable contracts, 8 runtime starters, an interactive Resource Atlas, and a structured Hugging Face dataset. Model-level recurrence is labeled as an adjacent foundation rather than a complete operational loop. Corrections to source links, taxonomy, and summaries are especially welcome.
|
| 133 |
|
| 134 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
| 135 |
```
|
|
|
|
| 147 |
|
| 148 |
## Where To Share
|
| 149 |
|
| 150 |
+
- X/Twitter thread with the cover image and working definition.
|
| 151 |
- LinkedIn post focused on the prompt/context/harness/loop stack.
|
| 152 |
- Hacker News or Reddit only if framed as a useful field guide, not a launch announcement.
|
| 153 |
- Relevant GitHub issues or discussions where Loop Engineering, coding agents, or agent workflows are already being discussed.
|
| 154 |
+
- Authors and maintainers cited in the repo, asking for corrections or better original source links.
|
| 155 |
- The repository's own Discussions, using [`DISCUSSIONS.md`](DISCUSSIONS.md) for starter prompts and scope guidance.
|
| 156 |
|
| 157 |
## Outreach Targets
|
|
|
|
| 184 |
|
| 185 |
- Do not claim that Loop Engineering is a finished standard.
|
| 186 |
- Do not imply cited authors endorse this repository unless they explicitly do.
|
| 187 |
+
- Describe what readers can explore, compare, or build instead of claiming authority or completeness.
|
| 188 |
- Keep all claims linked to public, inspectable sources.
|
meta/MAINTENANCE.md
CHANGED
|
@@ -7,7 +7,7 @@ Keep Awesome Loop Engineering accurate, stable, and trustworthy with the checks
|
|
| 7 |
- Review the latest Quality workflow result.
|
| 8 |
- Run the link checker if the scheduled workflow reports failures.
|
| 9 |
- Triage new issues and PRs.
|
| 10 |
-
- Reject resources that do not pass the
|
| 11 |
- Prefer replacing unstable links with primary or official sources.
|
| 12 |
|
| 13 |
## Monthly Checks
|
|
@@ -23,7 +23,7 @@ Keep Awesome Loop Engineering accurate, stable, and trustworthy with the checks
|
|
| 23 |
When a link fails:
|
| 24 |
|
| 25 |
1. Check whether the original source moved.
|
| 26 |
-
1. Prefer an
|
| 27 |
1. If the source is gone, replace it with a stronger equivalent resource.
|
| 28 |
1. If no equivalent exists, remove the entry rather than linking to an unreliable archive.
|
| 29 |
1. Keep the annotation focused on what the replacement contributes to Loop Engineering.
|
|
@@ -69,6 +69,7 @@ npx --yes markdownlint-cli2 "**/*.md"
|
|
| 69 |
python3 -m py_compile scripts/*.py
|
| 70 |
python3 scripts/check_license.py
|
| 71 |
python3 scripts/check_resource_labels.py README.md
|
|
|
|
| 72 |
python3 scripts/render_readme_tables.py --check
|
| 73 |
python3 scripts/export_resource_dataset.py --check
|
| 74 |
python3 scripts/check_project_consistency.py
|
|
|
|
| 7 |
- Review the latest Quality workflow result.
|
| 8 |
- Run the link checker if the scheduled workflow reports failures.
|
| 9 |
- Triage new issues and PRs.
|
| 10 |
+
- Reject resources that do not pass the resource selection guide.
|
| 11 |
- Prefer replacing unstable links with primary or official sources.
|
| 12 |
|
| 13 |
## Monthly Checks
|
|
|
|
| 23 |
When a link fails:
|
| 24 |
|
| 25 |
1. Check whether the original source moved.
|
| 26 |
+
1. Prefer an original or official URL over mirrors.
|
| 27 |
1. If the source is gone, replace it with a stronger equivalent resource.
|
| 28 |
1. If no equivalent exists, remove the entry rather than linking to an unreliable archive.
|
| 29 |
1. Keep the annotation focused on what the replacement contributes to Loop Engineering.
|
|
|
|
| 69 |
python3 -m py_compile scripts/*.py
|
| 70 |
python3 scripts/check_license.py
|
| 71 |
python3 scripts/check_resource_labels.py README.md
|
| 72 |
+
python3 scripts/check_reader_facing_copy.py
|
| 73 |
python3 scripts/render_readme_tables.py --check
|
| 74 |
python3 scripts/export_resource_dataset.py --check
|
| 75 |
python3 scripts/check_project_consistency.py
|
meta/MAINTENANCE_CALENDAR.md
CHANGED
|
@@ -30,7 +30,7 @@ Run the local checks in [MAINTENANCE.md](MAINTENANCE.md#local-verification) befo
|
|
| 30 |
|
| 31 |
- Taxonomy review: confirm [TAXONOMY.md](../TAXONOMY.md) still covers how loops are being built in practice.
|
| 32 |
- Roadmap review: update [ROADMAP.md](../ROADMAP.md) with shipped work and the next pattern, gallery, and runtime priorities.
|
| 33 |
-
- Translation drift review: confirm each translated README still matches the
|
| 34 |
|
| 35 |
## Canonical Awesome Submission Status
|
| 36 |
|
|
@@ -41,7 +41,7 @@ The 30-day age requirement has passed. [`sindresorhus/awesome#4339`](https://git
|
|
| 41 |
- Keep changes scoped and owner-authored; do not misrepresent automated assistance.
|
| 42 |
- Re-run the full preflight in [AWESOME_SUBMISSION.md](AWESOME_SUBMISSION.md#required-preflight) after any structural README change.
|
| 43 |
- If accepted, submit to adjacent directories only where the normal editorial policy permits related lists.
|
| 44 |
-
- Keep public claims
|
| 45 |
|
| 46 |
## See Also
|
| 47 |
|
|
|
|
| 30 |
|
| 31 |
- Taxonomy review: confirm [TAXONOMY.md](../TAXONOMY.md) still covers how loops are being built in practice.
|
| 32 |
- Roadmap review: update [ROADMAP.md](../ROADMAP.md) with shipped work and the next pattern, gallery, and runtime priorities.
|
| 33 |
+
- Translation drift review: confirm each translated README still matches the full English overview and bump the `last-synced` markers; see [TRANSLATIONS.md](../TRANSLATIONS.md).
|
| 34 |
|
| 35 |
## Canonical Awesome Submission Status
|
| 36 |
|
|
|
|
| 41 |
- Keep changes scoped and owner-authored; do not misrepresent automated assistance.
|
| 42 |
- Re-run the full preflight in [AWESOME_SUBMISSION.md](AWESOME_SUBMISSION.md#required-preflight) after any structural README change.
|
| 43 |
- If accepted, submit to adjacent directories only where the normal editorial policy permits related lists.
|
| 44 |
+
- Keep public claims concrete: describe what readers can explore, compare, or build without presenting the project as a finished standard.
|
| 45 |
|
| 46 |
## See Also
|
| 47 |
|
meta/OUTREACH.md
CHANGED
|
@@ -12,9 +12,9 @@ Use these messages to request sources, operating examples, and accuracy correcti
|
|
| 12 |
## Short Message
|
| 13 |
|
| 14 |
```text
|
| 15 |
-
Hi <name>, Awesome Loop Engineering
|
| 16 |
|
| 17 |
-
If you have
|
| 18 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
| 19 |
```
|
| 20 |
|
|
@@ -31,14 +31,14 @@ Useful examples name the trigger, intake, agent roles, verification gates, durab
|
|
| 31 |
```text
|
| 32 |
Hi <name>, I included <work title> in Awesome Loop Engineering and summarized its contribution as: "<current annotation>."
|
| 33 |
|
| 34 |
-
Could you check whether that characterization is accurate? If it misses the main contribution, novelty, impact, or
|
| 35 |
https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml
|
| 36 |
```
|
| 37 |
|
| 38 |
## Maintainer Request
|
| 39 |
|
| 40 |
```text
|
| 41 |
-
Hi <name>, Awesome Loop Engineering
|
| 42 |
|
| 43 |
Would it fit the related-resources policy for <project or newsletter>? I can provide a shorter description or submit through the normal contribution process:
|
| 44 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
|
@@ -48,5 +48,5 @@ https://github.com/ChaoYue0307/awesome-loop-engineering
|
|
| 48 |
|
| 49 |
- Do not ask people to endorse claims they have not made.
|
| 50 |
- Do not ask for private customer data, proprietary prompts, secrets, or internal dashboards.
|
| 51 |
-
- Do not imply the repository is a standard
|
| 52 |
- Do not ask for stars, reposts, or endorsements in an accuracy request.
|
|
|
|
| 12 |
## Short Message
|
| 13 |
|
| 14 |
```text
|
| 15 |
+
Hi <name>, Awesome Loop Engineering connects 579 papers, docs, tools, benchmarks, and guides with reusable patterns for recurring AI-agent systems.
|
| 16 |
|
| 17 |
+
If you have an original or official source, a correction, a real-world loop, or a cautionary example, you can contribute here:
|
| 18 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
| 19 |
```
|
| 20 |
|
|
|
|
| 31 |
```text
|
| 32 |
Hi <name>, I included <work title> in Awesome Loop Engineering and summarized its contribution as: "<current annotation>."
|
| 33 |
|
| 34 |
+
Could you check whether that characterization is accurate? If it misses the main contribution, novelty, impact, or source link, please submit a correction:
|
| 35 |
https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml
|
| 36 |
```
|
| 37 |
|
| 38 |
## Maintainer Request
|
| 39 |
|
| 40 |
```text
|
| 41 |
+
Hi <name>, Awesome Loop Engineering helps researchers and builders move from 579 papers, docs, tools, benchmarks, and guides to 20 operational patterns, 20 adaptable contracts, 8 runtime starters, and a structured dataset.
|
| 42 |
|
| 43 |
Would it fit the related-resources policy for <project or newsletter>? I can provide a shorter description or submit through the normal contribution process:
|
| 44 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
|
|
|
| 48 |
|
| 49 |
- Do not ask people to endorse claims they have not made.
|
| 50 |
- Do not ask for private customer data, proprietary prompts, secrets, or internal dashboards.
|
| 51 |
+
- Do not imply the repository is a standard; describe the concrete resources and tools readers can use.
|
| 52 |
- Do not ask for stars, reposts, or endorsements in an accuracy request.
|
meta/hf_card_body.md
CHANGED
|
@@ -5,36 +5,36 @@
|
|
| 5 |
<h1 align="center">Awesome Loop Engineering Dataset</h1>
|
| 6 |
|
| 7 |
<p align="center">
|
| 8 |
-
A
|
| 9 |
</p>
|
| 10 |
|
| 11 |
<p align="center">
|
| 12 |
<a href="https://chaoyue0307.github.io/awesome-loop-engineering/">Resource Atlas</a> ·
|
| 13 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering">GitHub field guide</a> ·
|
| 14 |
-
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md">
|
| 15 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml">Report a correction</a>
|
| 16 |
</p>
|
| 17 |
|
| 18 |
## Dataset Summary
|
| 19 |
|
| 20 |
-
Each row
|
| 21 |
|
| 22 |
Current release: **v{{VERSION}}**
|
| 23 |
|
| 24 |
| Surface | Count |
|
| 25 |
| --- | ---: |
|
| 26 |
-
|
|
| 27 |
| Operational patterns | {{PATTERN_COUNT}} |
|
| 28 |
-
|
|
| 29 |
| Runtime starters | {{RUNNABLE_COUNT}} |
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
## What A Loop Contract Is
|
| 34 |
|
| 35 |
A **Loop Contract** is a reviewable operating specification for one recurring agent job. It fixes what authorizes a run, which work and actions are allowed, what context and roles the run uses, which external evidence proves progress, what state survives, how much the loop may spend, and when a human takes over or the loop exits.
|
| 36 |
|
| 37 |
-
Recurring agents need this policy because schedules, events, queues, and goals remove live supervision. Without explicit boundaries, missing decisions become hidden defaults: the loop can select the wrong work, widen its own scope, approve itself, forget failed attempts, or retry without a stopping rule. Start with the [JSON schema](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/schemas/loop-contract.schema.json) and adapt one of the [{{CONTRACT_COUNT}}
|
| 38 |
|
| 39 |
## Loop Maturity Model
|
| 40 |
|
|
@@ -91,7 +91,7 @@ Use `url` as the durable join key. `row_id` and `source_line` are positional and
|
|
| 91 |
- Compare works by lifecycle, audience, evidence class, source type, and publication metadata.
|
| 92 |
- Separate model, agent, harness, workflow, operations, evaluation, and cross-layer resources without treating adjacent model recurrence as a complete operational loop.
|
| 93 |
- Build literature maps, reading lists, dashboards, or retrieval indexes.
|
| 94 |
-
-
|
| 95 |
- Find reusable patterns, contracts, schemas, executable examples, and copy/paste runtime templates.
|
| 96 |
|
| 97 |
Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collection as a quality label, endorsement, or automated ranking of scientific validity.
|
|
@@ -115,38 +115,38 @@ The primary configuration is `resources`, with one `train` split backed by the n
|
|
| 115 |
| Field group | Fields | What it describes |
|
| 116 |
| --- | --- | --- |
|
| 117 |
| Identity | `row_id`, `title`, `url`, `canonical_url`, `resource_type`, `domain` | What the resource is and where it lives. |
|
| 118 |
-
|
|
| 119 |
| Scope | `loop_layer`, `scope_fit` | Where recurrence lives and whether the source is direct, enabling, or adjacent to operational Loop Engineering. |
|
| 120 |
| Navigation | `section`, `collection`, `user_goal`, `lifecycle_stages`, `audience` | Where the resource fits and who it serves. |
|
| 121 |
| Evidence | `evidence_class`, `evidence_tier`, `signal`, `signal_strength`, `source_status`, `audited_at` | What kind of evidence or provenance is available. |
|
| 122 |
-
| Publication | `authors`, `publication_date`, `publication_year`, `publication_venue`, `publisher`, `doi`, `arxiv_id`, `primary_category` | Bibliographic data exposed by the
|
| 123 |
-
| Source
|
| 124 |
| Repository context | `github_repo`, `github_stars`, `github_forks`, `github_license`, `github_created_at`, `github_updated_at` | Point-in-time adoption and maintenance context for GitHub projects. |
|
| 125 |
-
| Export trace | `source_readme`, `source_line`, `source_url`, `date_added` | How the row maps back to the
|
| 126 |
|
| 127 |
The complete field-by-field schema is documented in [`data/README.md`](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md).
|
| 128 |
|
| 129 |
-
##
|
| 130 |
|
| 131 |
-
|
| 132 |
|
| 133 |
-
|
| 134 |
|
| 135 |
-
The
|
| 136 |
|
| 137 |
## Limitations
|
| 138 |
|
| 139 |
-
-
|
| 140 |
- Coverage is skewed toward English-language, publicly available material.
|
| 141 |
-
- A successful URL check proves
|
| 142 |
-
- Access-restricted rows could not be fully retrieved during the latest
|
| 143 |
- Publication dates and authors remain blank when the primary source does not expose reliable metadata.
|
| 144 |
- Resource statistics are snapshots and will drift after the recorded `audited_at` timestamp.
|
| 145 |
-
- Linked third-party works retain their own licenses and terms; CC0-1.0 covers only original repository
|
| 146 |
|
| 147 |
## Versioning And Corrections
|
| 148 |
|
| 149 |
-
GitHub Releases define versioned snapshots; cite a release or commit for reproducibility. Submit corrections to summaries, contribution, novelty, impact, authorship, dates, venues, identifiers, or
|
| 150 |
|
| 151 |
## Citation
|
| 152 |
|
|
|
|
| 5 |
<h1 align="center">Awesome Loop Engineering Dataset</h1>
|
| 6 |
|
| 7 |
<p align="center">
|
| 8 |
+
A structured dataset of {{RESOURCE_COUNT}} papers, official docs, tools, benchmarks, patterns, critiques, and implementation guides for recurring AI-agent systems.
|
| 9 |
</p>
|
| 10 |
|
| 11 |
<p align="center">
|
| 12 |
<a href="https://chaoyue0307.github.io/awesome-loop-engineering/">Resource Atlas</a> ·
|
| 13 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering">GitHub field guide</a> ·
|
| 14 |
+
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md">Resource selection</a> ·
|
| 15 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml">Report a correction</a>
|
| 16 |
</p>
|
| 17 |
|
| 18 |
## Dataset Summary
|
| 19 |
|
| 20 |
+
Each row connects an original source to its contribution, novelty, impact, publication details, lifecycle stages, audience, evidence type, link status, and repository context when applicable.
|
| 21 |
|
| 22 |
Current release: **v{{VERSION}}**
|
| 23 |
|
| 24 |
| Surface | Count |
|
| 25 |
| --- | ---: |
|
| 26 |
+
| Resources | {{RESOURCE_COUNT}} |
|
| 27 |
| Operational patterns | {{PATTERN_COUNT}} |
|
| 28 |
+
| Adaptable loop contracts | {{CONTRACT_COUNT}} |
|
| 29 |
| Runtime starters | {{RUNNABLE_COUNT}} |
|
| 30 |
|
| 31 |
+
At the **{{AUDIT_DATE}}** source check, **{{REACHABLE_COUNT}} public links opened successfully**, **{{RESTRICTED_COUNT}} required access**, **{{LOCAL_COUNT}} pointed to repository files**, and **{{BROKEN_COUNT}} were broken or unreachable**.
|
| 32 |
|
| 33 |
## What A Loop Contract Is
|
| 34 |
|
| 35 |
A **Loop Contract** is a reviewable operating specification for one recurring agent job. It fixes what authorizes a run, which work and actions are allowed, what context and roles the run uses, which external evidence proves progress, what state survives, how much the loop may spend, and when a human takes over or the loop exits.
|
| 36 |
|
| 37 |
+
Recurring agents need this policy because schedules, events, queues, and goals remove live supervision. Without explicit boundaries, missing decisions become hidden defaults: the loop can select the wrong work, widen its own scope, approve itself, forget failed attempts, or retry without a stopping rule. Start with the [JSON schema](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/schemas/loop-contract.schema.json) and adapt one of the [{{CONTRACT_COUNT}} schema-checked examples](https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/examples).
|
| 38 |
|
| 39 |
## Loop Maturity Model
|
| 40 |
|
|
|
|
| 91 |
- Compare works by lifecycle, audience, evidence class, source type, and publication metadata.
|
| 92 |
- Separate model, agent, harness, workflow, operations, evaluation, and cross-layer resources without treating adjacent model recurrence as a complete operational loop.
|
| 93 |
- Build literature maps, reading lists, dashboards, or retrieval indexes.
|
| 94 |
+
- Inspect contribution, novelty, impact, source, and evidence fields before following a claim.
|
| 95 |
- Find reusable patterns, contracts, schemas, executable examples, and copy/paste runtime templates.
|
| 96 |
|
| 97 |
Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collection as a quality label, endorsement, or automated ranking of scientific validity.
|
|
|
|
| 115 |
| Field group | Fields | What it describes |
|
| 116 |
| --- | --- | --- |
|
| 117 |
| Identity | `row_id`, `title`, `url`, `canonical_url`, `resource_type`, `domain` | What the resource is and where it lives. |
|
| 118 |
+
| Resource analysis | `annotation`, `key_contribution`, `novelty`, `impact` | What the resource contributes to recurring agent systems. |
|
| 119 |
| Scope | `loop_layer`, `scope_fit` | Where recurrence lives and whether the source is direct, enabling, or adjacent to operational Loop Engineering. |
|
| 120 |
| Navigation | `section`, `collection`, `user_goal`, `lifecycle_stages`, `audience` | Where the resource fits and who it serves. |
|
| 121 |
| Evidence | `evidence_class`, `evidence_tier`, `signal`, `signal_strength`, `source_status`, `audited_at` | What kind of evidence or provenance is available. |
|
| 122 |
+
| Publication | `authors`, `publication_date`, `publication_year`, `publication_venue`, `publisher`, `doi`, `arxiv_id`, `primary_category` | Bibliographic data exposed by the original or official source. |
|
| 123 |
+
| Source details | `source_title`, `source_description`, `metadata_source`, `publication_note` | Where metadata came from and what caveats accompany it. |
|
| 124 |
| Repository context | `github_repo`, `github_stars`, `github_forks`, `github_license`, `github_created_at`, `github_updated_at` | Point-in-time adoption and maintenance context for GitHub projects. |
|
| 125 |
+
| Export trace | `source_readme`, `source_line`, `source_url`, `date_added` | How the row maps back to the full field guide. |
|
| 126 |
|
| 127 |
The complete field-by-field schema is documented in [`data/README.md`](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md).
|
| 128 |
|
| 129 |
+
## How To Read The Evidence
|
| 130 |
|
| 131 |
+
Open the linked work before relying on a summary. Evidence labels distinguish published research, official documentation, inspectable implementations, practitioner analysis, risk analysis, and discovery indexes; they describe the kind of source, not its scientific quality.
|
| 132 |
|
| 133 |
+
Summaries explain each work's contribution in original language rather than copying abstracts. They do not imply author endorsement. Follow the source link to inspect methods, results, limitations, licenses, and current documentation.
|
| 134 |
|
| 135 |
+
The latest link-check results are available as [`data/resource_source_audit.csv`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv).
|
| 136 |
|
| 137 |
## Limitations
|
| 138 |
|
| 139 |
+
- Coverage is selective rather than exhaustive, and one person currently reviews changes.
|
| 140 |
- Coverage is skewed toward English-language, publicly available material.
|
| 141 |
+
- A successful URL check proves that a link opened at check time, not that its claims are correct, permanent, or independently validated.
|
| 142 |
+
- Access-restricted rows could not be fully retrieved during the latest check and should be opened manually.
|
| 143 |
- Publication dates and authors remain blank when the primary source does not expose reliable metadata.
|
| 144 |
- Resource statistics are snapshots and will drift after the recorded `audited_at` timestamp.
|
| 145 |
+
- Linked third-party works retain their own licenses and terms; CC0-1.0 covers only original repository descriptions, metadata, templates, and documentation.
|
| 146 |
|
| 147 |
## Versioning And Corrections
|
| 148 |
|
| 149 |
+
GitHub Releases define versioned snapshots; cite a release or commit for reproducibility. Submit corrections to summaries, contribution, novelty, impact, authorship, dates, venues, identifiers, or source URLs through the [correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml).
|
| 150 |
|
| 151 |
## Citation
|
| 152 |
|
meta/social-preview.html
CHANGED
|
@@ -69,7 +69,7 @@
|
|
| 69 |
<body>
|
| 70 |
<main class="preview">
|
| 71 |
<div class="identity">
|
| 72 |
-
<p class="kicker">
|
| 73 |
<h1>Awesome Loop Engineering</h1>
|
| 74 |
<p class="tagline">Design loops, not just prompts.</p>
|
| 75 |
<p class="support">From model recurrence to verified agent work and bounded operations.</p>
|
|
@@ -79,9 +79,9 @@
|
|
| 79 |
<p>Model / agent / operations</p>
|
| 80 |
</div>
|
| 81 |
<div class="stats">
|
| 82 |
-
<div class="stat"><b>579</b><span>
|
| 83 |
<div class="stat"><b>20</b><span>Operational patterns</span></div>
|
| 84 |
-
<div class="stat"><b>20</b><span>
|
| 85 |
<div class="stat"><b>8</b><span>Runtime starters</span></div>
|
| 86 |
</div>
|
| 87 |
</main>
|
|
|
|
| 69 |
<body>
|
| 70 |
<main class="preview">
|
| 71 |
<div class="identity">
|
| 72 |
+
<p class="kicker">Field guide + implementation kit</p>
|
| 73 |
<h1>Awesome Loop Engineering</h1>
|
| 74 |
<p class="tagline">Design loops, not just prompts.</p>
|
| 75 |
<p class="support">From model recurrence to verified agent work and bounded operations.</p>
|
|
|
|
| 79 |
<p>Model / agent / operations</p>
|
| 80 |
</div>
|
| 81 |
<div class="stats">
|
| 82 |
+
<div class="stat"><b>579</b><span>Papers, docs, tools + guides</span></div>
|
| 83 |
<div class="stat"><b>20</b><span>Operational patterns</span></div>
|
| 84 |
+
<div class="stat"><b>20</b><span>Schema-checked contracts</span></div>
|
| 85 |
<div class="stat"><b>8</b><span>Runtime starters</span></div>
|
| 86 |
</div>
|
| 87 |
</main>
|
posts/launch.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
| 2 |
|
| 3 |
Awesome Loop Engineering v0.8.0 maps recurrence from a model's inner computation to an agent's tools and the outer operating loop that verifies, remembers, retries, escalates, and stops.
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
## What You Can Use
|
| 8 |
|
| 9 |
-
- 579
|
| 10 |
- 23 selected model-recurrence papers, from Universal Transformers and Huginn to LoopCoder and LoopWM, labeled as adjacent foundations rather than complete agent loops
|
| 11 |
- 20 operational patterns organized by build, operate, optimize, and govern use cases
|
| 12 |
-
- 20 schema-
|
| 13 |
- 8 runtime starters: 3 dependency-light executables and 5 copy/paste runtime templates
|
| 14 |
- an interactive Resource Atlas for filtering by goal, loop layer, lifecycle stage, artifact type, and evidence class
|
| 15 |
- 50-field CSV, JSONL, and Parquet exports mirrored as a Hugging Face dataset
|
|
@@ -21,7 +21,7 @@ Navigate 579 source-audited works without collapsing looped models, agent execut
|
|
| 21 |
- Added `loop_layer` and `scope_fit` to every dataset row so model recurrence remains discoverable without being misclassified as operational Loop Engineering.
|
| 22 |
- Added a model-to-operations map and loop-layer filter to the Resource Atlas.
|
| 23 |
- Added a cross-layer research protocol for comparing internal recurrent depth with external evidence-aware retries under matched compute and cost.
|
| 24 |
-
-
|
| 25 |
- Updated the website, social preview, translations, release metadata, and Hugging Face dataset to the same counts and terminology.
|
| 26 |
|
| 27 |
## Why This Matters
|
|
@@ -41,12 +41,12 @@ The goal remains bounded, reviewable, evidence-driven repetition, not unlimited
|
|
| 41 |
|
| 42 |
- [Explore the Resource Atlas](https://chaoyue0307.github.io/awesome-loop-engineering/#resources)
|
| 43 |
- [Choose an operational pattern](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/README.md)
|
| 44 |
-
- [Adapt a
|
| 45 |
- [Run a starter](https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/examples/runnable)
|
| 46 |
- [Use the Hugging Face dataset](https://huggingface.co/datasets/cy0307/awesome-loop-engineering)
|
| 47 |
- [Contribute a source or correction](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md)
|
| 48 |
|
| 49 |
-
Corrections are especially valuable. If a summary is inaccurate or a
|
| 50 |
|
| 51 |
## Open The Field Guide
|
| 52 |
|
|
|
|
| 2 |
|
| 3 |
Awesome Loop Engineering v0.8.0 maps recurrence from a model's inner computation to an agent's tools and the outer operating loop that verifies, remembers, retries, escalates, and stops.
|
| 4 |
|
| 5 |
+
Explore 579 resources without collapsing looped models, agent execution, harnesses, workflows, and production operations into one idea.
|
| 6 |
|
| 7 |
## What You Can Use
|
| 8 |
|
| 9 |
+
- 579 papers, official docs, tools, benchmarks, and guides linked to the original work
|
| 10 |
- 23 selected model-recurrence papers, from Universal Transformers and Huginn to LoopCoder and LoopWM, labeled as adjacent foundations rather than complete agent loops
|
| 11 |
- 20 operational patterns organized by build, operate, optimize, and govern use cases
|
| 12 |
+
- 20 schema-checked loop contracts, one for every pattern
|
| 13 |
- 8 runtime starters: 3 dependency-light executables and 5 copy/paste runtime templates
|
| 14 |
- an interactive Resource Atlas for filtering by goal, loop layer, lifecycle stage, artifact type, and evidence class
|
| 15 |
- 50-field CSV, JSONL, and Parquet exports mirrored as a Hugging Face dataset
|
|
|
|
| 21 |
- Added `loop_layer` and `scope_fit` to every dataset row so model recurrence remains discoverable without being misclassified as operational Loop Engineering.
|
| 22 |
- Added a model-to-operations map and loop-layer filter to the Resource Atlas.
|
| 23 |
- Added a cross-layer research protocol for comparing internal recurrent depth with external evidence-aware retries under matched compute and cost.
|
| 24 |
+
- Checked all 579 source links and refreshed every arXiv publication record so verified conference or journal publications take precedence over preprints.
|
| 25 |
- Updated the website, social preview, translations, release metadata, and Hugging Face dataset to the same counts and terminology.
|
| 26 |
|
| 27 |
## Why This Matters
|
|
|
|
| 41 |
|
| 42 |
- [Explore the Resource Atlas](https://chaoyue0307.github.io/awesome-loop-engineering/#resources)
|
| 43 |
- [Choose an operational pattern](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/README.md)
|
| 44 |
+
- [Adapt a schema-checked contract](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/examples/README.md)
|
| 45 |
- [Run a starter](https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/examples/runnable)
|
| 46 |
- [Use the Hugging Face dataset](https://huggingface.co/datasets/cy0307/awesome-loop-engineering)
|
| 47 |
- [Contribute a source or correction](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md)
|
| 48 |
|
| 49 |
+
Corrections are especially valuable. If a summary is inaccurate or a better original or official source exists, use the annotation-correction form or open a pull request.
|
| 50 |
|
| 51 |
## Open The Field Guide
|
| 52 |
|
posts/launch.zh-CN.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
|
| 3 |
Awesome Loop Engineering v0.8.0 建立了一张从模型内部递归、Agent 执行、Harness 到外层运行系统的完整地图。
|
| 4 |
|
| 5 |
-
可浏览 579
|
| 6 |
|
| 7 |
## 可直接使用
|
| 8 |
|
| 9 |
-
- 579
|
| 10 |
- 23 篇精选模型递归论文,覆盖 Universal Transformers、Huginn、LoopCoder、LoopWM 等方向
|
| 11 |
- 20 个按 build、operate、optimize、govern 组织的 operational patterns
|
| 12 |
- 20 个经过 schema 校验的 loop contracts,每个 pattern 对应一个
|
|
@@ -21,7 +21,7 @@ Awesome Loop Engineering v0.8.0 建立了一张从模型内部递归、Agent 执
|
|
| 21 |
- 为每条数据新增 `loop_layer` 与 `scope_fit`,避免将模型递归误标为完整的运行级 Loop Engineering。
|
| 22 |
- 在 Resource Atlas 中新增模型到运维的层级图与 Loop 层级筛选器。
|
| 23 |
- 新增跨层评测方案,用匹配算力和成本的实验比较模型内部递归与外部证据驱动重试。
|
| 24 |
-
-
|
| 25 |
- 同步更新网站、social preview、翻译、release metadata 与 Hugging Face Dataset。
|
| 26 |
|
| 27 |
## 为什么值得关注
|
|
@@ -43,12 +43,12 @@ v0.8.0 将这些层级连接起来:
|
|
| 43 |
|
| 44 |
- [浏览 Resource Atlas](https://chaoyue0307.github.io/awesome-loop-engineering/#resources)
|
| 45 |
- [选择 operational pattern](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/README.md)
|
| 46 |
-
- [改造
|
| 47 |
- [运行 starter](https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/examples/runnable)
|
| 48 |
- [使用 Hugging Face 数据集](https://huggingface.co/datasets/cy0307/awesome-loop-engineering)
|
| 49 |
- [贡献资源或提交纠错](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md)
|
| 50 |
|
| 51 |
-
如果某条概括不够准确,或存在更可靠的
|
| 52 |
|
| 53 |
## 打开 Field Guide
|
| 54 |
|
|
|
|
| 2 |
|
| 3 |
Awesome Loop Engineering v0.8.0 建立了一张从模型内部递归、Agent 执行、Harness 到外层运行系统的完整地图。
|
| 4 |
|
| 5 |
+
可浏览 579 篇论文、官方文档、工具、benchmark 与实践指南,同时保持清晰边界:模型内的循环提供自适应计算,但不等于具备外部验证、持久状态、预算、人类交接与退出规则的运行级 Loop。
|
| 6 |
|
| 7 |
## 可直接使用
|
| 8 |
|
| 9 |
+
- 579 篇论文、官方文档、工具、benchmark 与实践指南,并直接链接原始来源
|
| 10 |
- 23 篇精选模型递归论文,覆盖 Universal Transformers、Huginn、LoopCoder、LoopWM 等方向
|
| 11 |
- 20 个按 build、operate、optimize、govern 组织的 operational patterns
|
| 12 |
- 20 个经过 schema 校验的 loop contracts,每个 pattern 对应一个
|
|
|
|
| 21 |
- 为每条数据新增 `loop_layer` 与 `scope_fit`,避免将模型递归误标为完整的运行级 Loop Engineering。
|
| 22 |
- 在 Resource Atlas 中新增模型到运维的层级图与 Loop 层级筛选器。
|
| 23 |
- 新增跨层评测方案,用匹配算力和成本的实验比较模型内部递归与外部证据驱动重试。
|
| 24 |
+
- 检查全部 579 个来源链接,并刷新所有 arXiv 论文的会议或期刊发表状态。
|
| 25 |
- 同步更新网站、social preview、翻译、release metadata 与 Hugging Face Dataset。
|
| 26 |
|
| 27 |
## 为什么值得关注
|
|
|
|
| 43 |
|
| 44 |
- [浏览 Resource Atlas](https://chaoyue0307.github.io/awesome-loop-engineering/#resources)
|
| 45 |
- [选择 operational pattern](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/README.md)
|
| 46 |
+
- [改造经 schema 校验的 contract](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/examples/README.md)
|
| 47 |
- [运行 starter](https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/examples/runnable)
|
| 48 |
- [使用 Hugging Face 数据集](https://huggingface.co/datasets/cy0307/awesome-loop-engineering)
|
| 49 |
- [贡献资源或提交纠错](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md)
|
| 50 |
|
| 51 |
+
如果某条概括不够准确,或存在更可靠的原始或官方来源,请使用 annotation-correction form 或提交 pull request。
|
| 52 |
|
| 53 |
## 打开 Field Guide
|
| 54 |
|
scripts/check_project_consistency.py
CHANGED
|
@@ -113,25 +113,25 @@ def main() -> int:
|
|
| 113 |
ROOT / "README.md",
|
| 114 |
[
|
| 115 |
f"resources-{count}-",
|
| 116 |
-
f"**{count}
|
| 117 |
-
f"
|
| 118 |
],
|
| 119 |
failures,
|
| 120 |
)
|
| 121 |
require(
|
| 122 |
ROOT / "docs" / "index.html",
|
| 123 |
[
|
| 124 |
-
f'content="{count}
|
| 125 |
-
f">{count}</b><span>
|
| 126 |
-
f"Filter {count}
|
| 127 |
f'"version": "{version}"',
|
| 128 |
],
|
| 129 |
failures,
|
| 130 |
)
|
| 131 |
require(ROOT / "meta" / "social-preview.html", [f">{count}</b>"], failures)
|
| 132 |
-
require(ROOT / "posts" / "launch.md", [f"# Awesome Loop Engineering v{version}", f"{count}
|
| 133 |
-
require(ROOT / "posts" / "launch.zh-CN.md", [f"# Awesome Loop Engineering v{version}", f"{count}
|
| 134 |
-
require(ROOT / "meta" / "DISTRIBUTION.md", [f"v{version}", f"{count}
|
| 135 |
|
| 136 |
for translation in sorted(ROOT.glob("README.*.md")):
|
| 137 |
require(translation, [count], failures)
|
|
|
|
| 113 |
ROOT / "README.md",
|
| 114 |
[
|
| 115 |
f"resources-{count}-",
|
| 116 |
+
f"**{count} resources**",
|
| 117 |
+
f"At the latest <a href=\"data/resource_source_audit.csv\">source check</a>",
|
| 118 |
],
|
| 119 |
failures,
|
| 120 |
)
|
| 121 |
require(
|
| 122 |
ROOT / "docs" / "index.html",
|
| 123 |
[
|
| 124 |
+
f'content="Explore {count} resources',
|
| 125 |
+
f">{count}</b><span>resources</span>",
|
| 126 |
+
f"Filter {count} resources",
|
| 127 |
f'"version": "{version}"',
|
| 128 |
],
|
| 129 |
failures,
|
| 130 |
)
|
| 131 |
require(ROOT / "meta" / "social-preview.html", [f">{count}</b>"], failures)
|
| 132 |
+
require(ROOT / "posts" / "launch.md", [f"# Awesome Loop Engineering v{version}", f"{count} resources"], failures)
|
| 133 |
+
require(ROOT / "posts" / "launch.zh-CN.md", [f"# Awesome Loop Engineering v{version}", f"{count} 篇论文"], failures)
|
| 134 |
+
require(ROOT / "meta" / "DISTRIBUTION.md", [f"v{version}", f"{count} resources"], failures)
|
| 135 |
|
| 136 |
for translation in sorted(ROOT.glob("README.*.md")):
|
| 137 |
require(translation, [count], failures)
|
scripts/check_reader_facing_copy.py
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Reject self-evaluative marketing phrases on reader-facing surfaces."""
|
| 3 |
+
|
| 4 |
+
from __future__ import annotations
|
| 5 |
+
|
| 6 |
+
import re
|
| 7 |
+
import sys
|
| 8 |
+
from pathlib import Path
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
ROOT = Path(__file__).resolve().parents[1]
|
| 12 |
+
PUBLIC_FILES = {
|
| 13 |
+
ROOT / "README.md",
|
| 14 |
+
ROOT / "CONTRIBUTING.md",
|
| 15 |
+
ROOT / "DEFINITION.md",
|
| 16 |
+
ROOT / "CITATION.cff",
|
| 17 |
+
ROOT / "CITATION.bib",
|
| 18 |
+
ROOT / "TRANSLATIONS.md",
|
| 19 |
+
ROOT / "data" / "README.md",
|
| 20 |
+
ROOT / "docs" / "index.html",
|
| 21 |
+
ROOT / "docs" / "llms.txt",
|
| 22 |
+
ROOT / "meta" / "DISTRIBUTION.md",
|
| 23 |
+
ROOT / "meta" / "CURATION.md",
|
| 24 |
+
ROOT / "meta" / "OUTREACH.md",
|
| 25 |
+
ROOT / "meta" / "hf_card_body.md",
|
| 26 |
+
ROOT / "meta" / "social-preview.html",
|
| 27 |
+
ROOT / "posts" / "launch.md",
|
| 28 |
+
ROOT / "posts" / "launch.zh-CN.md",
|
| 29 |
+
ROOT / ".github" / "pull_request_template.md",
|
| 30 |
+
}
|
| 31 |
+
PUBLIC_FILES.update(ROOT.glob("README.*.md"))
|
| 32 |
+
PUBLIC_FILES.update((ROOT / "docs").glob("x-v*.html"))
|
| 33 |
+
|
| 34 |
+
BANNED_PHRASES = {
|
| 35 |
+
"source-audited": re.compile(r"source[ -]audited", re.IGNORECASE),
|
| 36 |
+
"audited resources": re.compile(r"audited (?:resources|works)", re.IGNORECASE),
|
| 37 |
+
"canonical source": re.compile(r"canonical source", re.IGNORECASE),
|
| 38 |
+
"canonical README": re.compile(r"canonical README", re.IGNORECASE),
|
| 39 |
+
"curated marketing claim": re.compile(
|
| 40 |
+
r"curated (?:field guide|map|resources|order|lists)", re.IGNORECASE
|
| 41 |
+
),
|
| 42 |
+
"process-first heading": re.compile(
|
| 43 |
+
r"(?:maintainer picks|trust and provenance|audit snapshot)", re.IGNORECASE
|
| 44 |
+
),
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
def main() -> int:
|
| 49 |
+
failures: list[str] = []
|
| 50 |
+
for path in sorted(PUBLIC_FILES):
|
| 51 |
+
if not path.exists():
|
| 52 |
+
failures.append(f"missing public surface: {path.relative_to(ROOT)}")
|
| 53 |
+
continue
|
| 54 |
+
for line_number, line in enumerate(path.read_text(encoding="utf-8").splitlines(), 1):
|
| 55 |
+
for label, pattern in BANNED_PHRASES.items():
|
| 56 |
+
if pattern.search(line):
|
| 57 |
+
failures.append(
|
| 58 |
+
f"{path.relative_to(ROOT)}:{line_number}: {label}: {line.strip()}"
|
| 59 |
+
)
|
| 60 |
+
|
| 61 |
+
if failures:
|
| 62 |
+
print("Reader-facing copy uses process-first language:", file=sys.stderr)
|
| 63 |
+
for failure in failures:
|
| 64 |
+
print(f"- {failure}", file=sys.stderr)
|
| 65 |
+
return 1
|
| 66 |
+
|
| 67 |
+
print(f"Reader-facing copy check passed across {len(PUBLIC_FILES)} files.")
|
| 68 |
+
return 0
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
if __name__ == "__main__":
|
| 72 |
+
raise SystemExit(main())
|
scripts/check_resource_labels.py
CHANGED
|
@@ -11,9 +11,9 @@ from export_resource_dataset import TYPE_MARKERS, parse_entry_line
|
|
| 11 |
|
| 12 |
|
| 13 |
RESOURCE_SECTIONS = {
|
| 14 |
-
"
|
| 15 |
"Concept Guides",
|
| 16 |
-
"
|
| 17 |
"Start Here",
|
| 18 |
"Core Loop Primitives",
|
| 19 |
"Official Runtime Guides",
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
RESOURCE_SECTIONS = {
|
| 14 |
+
"Working Definition",
|
| 15 |
"Concept Guides",
|
| 16 |
+
"Recommended Path",
|
| 17 |
"Start Here",
|
| 18 |
"Core Loop Primitives",
|
| 19 |
"Official Runtime Guides",
|
scripts/export_resource_dataset.py
CHANGED
|
@@ -352,7 +352,7 @@ TYPE_SIGNAL = {
|
|
| 352 |
"Template": ("Reusable template, schema, checklist, or guide; signal comes from concrete adaptation and validation.", "medium"),
|
| 353 |
"Blog": ("Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.", "contextual"),
|
| 354 |
"Critique": ("Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.", "contextual"),
|
| 355 |
-
"List": ("Adjacent
|
| 356 |
}
|
| 357 |
|
| 358 |
EVIDENCE_TIERS = {
|
|
@@ -596,9 +596,9 @@ def signal(
|
|
| 596 |
) -> tuple[str, str]:
|
| 597 |
status = audit.get("audit_status", "")
|
| 598 |
if status in {"broken", "unreachable", "local_missing"}:
|
| 599 |
-
return "The
|
| 600 |
if url_kind != "external":
|
| 601 |
-
return "
|
| 602 |
if evidence == "official-documentation":
|
| 603 |
return f"Primary official documentation from {domain}; use it for current product or standard behavior.", "high"
|
| 604 |
if evidence in {"research-preprint", "research-paper"}:
|
|
@@ -625,7 +625,7 @@ def signal(
|
|
| 625 |
return f"Inspectable GitHub source{detail}; popularity is context, not proof of reliability.", "medium"
|
| 626 |
if evidence in {"practitioner-analysis", "risk-analysis", "curated-index"}:
|
| 627 |
return f"Contextual source from {domain}; useful for practice signals or boundary conditions, not independent validation.", "contextual"
|
| 628 |
-
return TYPE_SIGNAL.get(resource_type, (f"
|
| 629 |
|
| 630 |
|
| 631 |
def iter_rows(readme_path: Path = README) -> list[dict[str, str]]:
|
|
|
|
| 352 |
"Template": ("Reusable template, schema, checklist, or guide; signal comes from concrete adaptation and validation.", "medium"),
|
| 353 |
"Blog": ("Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.", "contextual"),
|
| 354 |
"Critique": ("Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.", "contextual"),
|
| 355 |
+
"List": ("Adjacent directory or reading list; signal comes from ecosystem coverage rather than a single technical claim.", "contextual"),
|
| 356 |
}
|
| 357 |
|
| 358 |
EVIDENCE_TIERS = {
|
|
|
|
| 596 |
) -> tuple[str, str]:
|
| 597 |
status = audit.get("audit_status", "")
|
| 598 |
if status in {"broken", "unreachable", "local_missing"}:
|
| 599 |
+
return "The linked source was unavailable at the latest check; treat its claims and availability as unverified.", "unverified"
|
| 600 |
if url_kind != "external":
|
| 601 |
+
return "Repository file; inspect the linked schema, example, guide, or implementation.", "medium"
|
| 602 |
if evidence == "official-documentation":
|
| 603 |
return f"Primary official documentation from {domain}; use it for current product or standard behavior.", "high"
|
| 604 |
if evidence in {"research-preprint", "research-paper"}:
|
|
|
|
| 625 |
return f"Inspectable GitHub source{detail}; popularity is context, not proof of reliability.", "medium"
|
| 626 |
if evidence in {"practitioner-analysis", "risk-analysis", "curated-index"}:
|
| 627 |
return f"Contextual source from {domain}; useful for practice signals or boundary conditions, not independent validation.", "contextual"
|
| 628 |
+
return TYPE_SIGNAL.get(resource_type, (f"Background source from {domain}; verify fit against the linked artifact.", "contextual"))
|
| 629 |
|
| 630 |
|
| 631 |
def iter_rows(readme_path: Path = README) -> list[dict[str, str]]:
|
scripts/render_readme_tables.py
CHANGED
|
@@ -30,7 +30,7 @@ TYPE_DESCRIPTIONS = {
|
|
| 30 |
"Benchmark": "Benchmark, eval suite, leaderboard, or evaluation dataset",
|
| 31 |
"Pattern": "Operational playbook or reusable workflow",
|
| 32 |
"Template": "Template, checklist, schema, guide, or contribution artifact",
|
| 33 |
-
"List": "Adjacent
|
| 34 |
"Critique": "Risk analysis, limitation, caveat, or skeptical take",
|
| 35 |
}
|
| 36 |
|
|
@@ -47,13 +47,13 @@ EVIDENCE_LABELS = {
|
|
| 47 |
"source-implementation": "Source implementation",
|
| 48 |
"implementation": "Implementation",
|
| 49 |
"benchmark": "Benchmark or evaluation",
|
| 50 |
-
"repository-native": "
|
| 51 |
"reusable-artifact": "Reusable artifact",
|
| 52 |
"operational-pattern": "Operational pattern",
|
| 53 |
"practitioner-analysis": "Practitioner analysis",
|
| 54 |
"risk-analysis": "Risk analysis",
|
| 55 |
-
"curated-index": "
|
| 56 |
-
"curated-source": "
|
| 57 |
}
|
| 58 |
|
| 59 |
EVIDENCE_NOTES = {
|
|
@@ -64,13 +64,13 @@ EVIDENCE_NOTES = {
|
|
| 64 |
"source-implementation": "Inspectable source and runtime behavior",
|
| 65 |
"implementation": "Working implementation or runtime",
|
| 66 |
"benchmark": "Repeatable tasks, scores, or evaluation data",
|
| 67 |
-
"repository-native": "
|
| 68 |
"reusable-artifact": "Adaptable template, schema, or guide",
|
| 69 |
"operational-pattern": "Transferable operating practice",
|
| 70 |
"practitioner-analysis": "Experience-backed implementation context",
|
| 71 |
"risk-analysis": "Failure modes, limits, or adoption cautions",
|
| 72 |
-
"curated-index": "
|
| 73 |
-
"curated-source": "
|
| 74 |
}
|
| 75 |
|
| 76 |
|
|
@@ -156,14 +156,13 @@ def publication_cell(row: dict[str, str]) -> str:
|
|
| 156 |
|
| 157 |
def evidence_cell(row: dict[str, str]) -> str:
|
| 158 |
evidence = row["evidence_class"]
|
| 159 |
-
tier = row["evidence_tier"]
|
| 160 |
label = EVIDENCE_LABELS.get(evidence, evidence.replace("-", " ").title())
|
| 161 |
note = EVIDENCE_NOTES.get(evidence, "Inspect the linked source")
|
| 162 |
if row["source_status"] == "restricted":
|
| 163 |
-
note = "
|
| 164 |
elif row["source_status"] not in {"ok", "local_ok"}:
|
| 165 |
-
note = "
|
| 166 |
-
return f"**
|
| 167 |
|
| 168 |
|
| 169 |
def resource_cells(row: dict[str, str]) -> tuple[str, str, str, str]:
|
|
|
|
| 30 |
"Benchmark": "Benchmark, eval suite, leaderboard, or evaluation dataset",
|
| 31 |
"Pattern": "Operational playbook or reusable workflow",
|
| 32 |
"Template": "Template, checklist, schema, guide, or contribution artifact",
|
| 33 |
+
"List": "Adjacent directory, ecosystem map, or reading list",
|
| 34 |
"Critique": "Risk analysis, limitation, caveat, or skeptical take",
|
| 35 |
}
|
| 36 |
|
|
|
|
| 47 |
"source-implementation": "Source implementation",
|
| 48 |
"implementation": "Implementation",
|
| 49 |
"benchmark": "Benchmark or evaluation",
|
| 50 |
+
"repository-native": "Project artifact",
|
| 51 |
"reusable-artifact": "Reusable artifact",
|
| 52 |
"operational-pattern": "Operational pattern",
|
| 53 |
"practitioner-analysis": "Practitioner analysis",
|
| 54 |
"risk-analysis": "Risk analysis",
|
| 55 |
+
"curated-index": "Discovery index",
|
| 56 |
+
"curated-source": "Background source",
|
| 57 |
}
|
| 58 |
|
| 59 |
EVIDENCE_NOTES = {
|
|
|
|
| 64 |
"source-implementation": "Inspectable source and runtime behavior",
|
| 65 |
"implementation": "Working implementation or runtime",
|
| 66 |
"benchmark": "Repeatable tasks, scores, or evaluation data",
|
| 67 |
+
"repository-native": "Schema, example, guide, or repository documentation",
|
| 68 |
"reusable-artifact": "Adaptable template, schema, or guide",
|
| 69 |
"operational-pattern": "Transferable operating practice",
|
| 70 |
"practitioner-analysis": "Experience-backed implementation context",
|
| 71 |
"risk-analysis": "Failure modes, limits, or adoption cautions",
|
| 72 |
+
"curated-index": "Broader ecosystem coverage for finding related work",
|
| 73 |
+
"curated-source": "Background context for comparison",
|
| 74 |
}
|
| 75 |
|
| 76 |
|
|
|
|
| 156 |
|
| 157 |
def evidence_cell(row: dict[str, str]) -> str:
|
| 158 |
evidence = row["evidence_class"]
|
|
|
|
| 159 |
label = EVIDENCE_LABELS.get(evidence, evidence.replace("-", " ").title())
|
| 160 |
note = EVIDENCE_NOTES.get(evidence, "Inspect the linked source")
|
| 161 |
if row["source_status"] == "restricted":
|
| 162 |
+
note = "The linked source required access at the latest check"
|
| 163 |
elif row["source_status"] not in {"ok", "local_ok"}:
|
| 164 |
+
note = "The linked source was unavailable at the latest check"
|
| 165 |
+
return f"**{escape_cell(label)}**<br><sub>{escape_cell(note)}</sub>"
|
| 166 |
|
| 167 |
|
| 168 |
def resource_cells(row: dict[str, str]) -> tuple[str, str, str, str]:
|