Skip to content

bitcoinow/loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loop Generator

Loop Generator is a small local web app for designing reusable AI agent loops instead of one-off prompts.

The app helps turn a goal into a structured loop with:

  • agent roles
  • iteration steps
  • quality checks
  • risk controls
  • stop conditions
  • an exportable system prompt

Run Locally

Open the app with any simple static file server.

python -m http.server 5177 --bind 127.0.0.1

Then visit:

http://127.0.0.1:5177/index.html

Files

  • index.html - app structure
  • styles.css - layout and visual design
  • app.js - templates, editing logic, prompt generation, copy/export actions

Current Features

  • editable goal input
  • loop type, risk, and iteration controls
  • templates for product builds, code repair, market research, and content systems
  • editable agent roles
  • optional quality checks
  • loop strength score
  • generated system prompt
  • copy and .txt export

Purpose

The app is built around the idea that effective AI work increasingly comes from designing loops: systems where the AI plans, acts, critiques, checks, and decides whether to continue.

About

enter a goal, choose loop type/risk/iterations, switch templates, edit agent roles and checks, generate a reusable AI loop prompt, copy it, or export it as .txt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors