diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..e59c645 --- /dev/null +++ b/site/index.html @@ -0,0 +1,212 @@ + + +
+ + +The main loop is ~50 lines of code.
+ +curl -fsSL https://raw.githubusercontent.com/axeldelafosse/loop/main/install.sh | bash
+
+ loop --prompt "Implement auth flow" --proof "All tests pass" --worktree
+
+loop --prompt "Fix the payment bug" --proof "Run bun test" --review claudex
+ + This is a "meta agent loop" to help coding agents become + long-running agents. Stop baby sitting your agents: let them iterate on + tasks with clear proof requirements until they are done. +
++ This is not an "agent harness" and the goal isn't to re-invent + the wheel. Loop leverages existing agent harnesses like codex and + claude, with their own implementation of the "agent teams" + orchestration. +
+