
AgentLoop by the developer enables automated coding workflows: plan once in ChatGPT, then run fresh Codex workers and independent critics until your quality standards are met.
Feature development
Ship a complete feature like adding CSV export across the UI, API, and regression suite.
Code migration
Run a migration pass with fresh workers and independent critics to verify correctness.
Hardening
Apply a hardening pass to improve code security or robustness, with critic checks for edge cases.
Product polish
Use the loop for polish tasks where you need a bounded goal and clear acceptance criteria.
Bug fixing
Give it a defect report, and the loop will generate fixes, then have a critic verify the result independently.
Regression testing
Add regression coverage automatically—the critic catches what green tests miss, like a mixed percent-decoding defect.
Plan-once workflow
Define the finish line in ChatGPT, then send AgentLoop a bounded goal with your rubric stored in GUIDELINES.md.
Fresh workers every cycle
Each cycle starts with a clean Codex worker that reads the goal, edits local files, runs tools, and leaves evidence behind.
Independent critic
A separate fresh process reviews every result, catching defects that passing tests might miss (e.g., a mixed percent-decoding bug even when 9/9 tests pass).
Files as memory
Project files carry the evidence forward across cycles—no external database or hosted storage.
Cycle log and observability
Watch every cycle, verdict, transcript, cost, and file handoff from a dashboard. You can cancel from the dashboard or ask ChatGPT for status through MCP.
Local-first execution
Runs on your local machine (Windows, macOS, Linux) with no hosted workspace. Requires Node.js 18+, Git, and an authenticated Codex CLI.
Rubric-driven completion
Your GUIDELINES.md defines the acceptance criteria, and the loop repeats until the critic passes your standards.
Live replay and demo
You can inspect the evaluation, watch an interactive replay, or view a 3-minute demo to see how the loop works.
git clone --branch v1.1.0 --depth 1 https://github.com/aiedwardyi/AgentLoop.git then cd AgentLoop.node src\daemon.js (no npm install needed).AgentLoop by the developer enables automated coding workflows: plan once in ChatGPT, then run fresh Codex workers and independent critics until your quality standards are met.
Category:Agents
Visit Link:https://agentloop.tools/
Tags:automated coding workflow、AI code generation、code quality assurance、Codex workers、iterative development