loop.js
A loop engineering framework — state a Goal; Rounds run until a skeptical, read-only Verify agent settles it.
File Explorer
Download Latest Version (.zip)- ci.yml
- cron-smoke.yml
- cron-smoke.sh
- agent.mdx
- core.mdx
- define.mdx
- events.mdx
- run.mdx
- status.mdx
- cron.mdx
- run.mdx
- status.mdx
- limits.mdx
- loop.mdx
- permissions.mdx
- prompts.mdx
- docs.json
- index.mdx
- loop-engineering.mdx
- quickstart.mdx
- why-loop-js.mdx
- index.ts
- scaffold.test.ts
- scaffold.ts
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- backend.test.ts
- backend.ts
- bin.test.ts
- bin.ts
- crontab.test.ts
- crontab.ts
- entry.test.ts
- entry.ts
- expr.test.ts
- expr.ts
- index.test.ts
- index.ts
- launchd.test.ts
- launchd.ts
- modal-app.test.ts
- modal-app.ts
- modal.test.ts
- modal.ts
- schtasks.test.ts
- schtasks.ts
- sh.test.ts
- sh.ts
- wrapper.test.ts
- wrapper.ts
- xml.test.ts
- xml.ts
- config.test.ts
- config.ts
- exit.test.ts
- exit.ts
- index.test.ts
- index.ts
- client.test.ts
- client.ts
- index.ts
- status.test.ts
- status.ts
- agent.test.ts
- agent.ts
- claude.smoke.test.ts
- claude.test.ts
- claude.ts
- config.ts
- executor.ts
- fake-executor.ts
- guard.ts
- journal.test.ts
- journal.ts
- lock.test.ts
- lock.ts
- loop.test.ts
- loop.ts
- paths.ts
- persist.test.ts
- persist.ts
- prompt.test.ts
- prompt.ts
- record.test.ts
- record.ts
- round.ts
- stream.test.ts
- stream.ts
- index.ts
- api.ts
- duration.test.ts
- duration.ts
- errors.ts
- index.ts
- protocol.ts
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- tsconfig.protocol.json
- .gitignore
- bun.lock
- LICENSE
- package.json
- README.md
- tsconfig.base.json
# Installation Guide
1. Get the code
git clone https://github.com/loop-js/loop.js
Downloads the entire project code from GitHub to your computer.
cd loop.js
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm create @loop.js@latest my-loop
Type this command into your terminal and run it.
cd my-loop && npm install
Moves into the project folder you just downloaded.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
