Discover and explore top open-source AI tools and projects—updated daily.
axeldelafosseAI pair programming CLI for autonomous coding
Top 98.5% on SourcePulse
This project provides a "meta agent loop" for automating coding tasks using AI agents like Codex and Claude. It enables these agents to work collaboratively in a persistent, iterative loop, reviewing each other's work until a task is proven complete, ultimately generating draft pull requests. This is beneficial for users who want to offload complex or repetitive coding tasks to AI agents without constant supervision.
How It Works
The core approach involves pairing two AI agents, typically Codex and Claude, where one acts as the primary worker and the other as a reviewer. They communicate directly via a built-in bridge, iterating on a PLAN.md or a provided prompt until predefined proof criteria are met. The system leverages tmux for side-by-side interactive terminal interfaces and stores run states for seamless resumption. This design allows agents to self-correct and refine solutions over multiple iterations, mimicking a pair programming workflow.
Quick Start & Requirements
curl -fsSL https://raw.githubusercontent.com/axeldelafosse/loop/main/install.sh | bashbun run build then ./looptmux (for interactive TUIs).git and gh CLI.bun x playwright install chromium).https://raw.githubusercontent.com/axeldelafosse/loop/main/install.shHighlighted Details
~/.loop/runs/, allowing tasks to be resumed by run ID or session/thread ID.tmux sessions (--tmux), surviving SSH disconnects.Maintenance & Community
Continuous Integration and release pipelines are defined in .github/workflows/, ensuring automated testing and builds for Linux, macOS, and Windows. Release artifacts include compiled binaries. No specific community links (Discord, Slack) were found in the provided README.
Licensing & Compatibility
The project is released under the MIT License. This permissive license generally allows for broad use, including integration into commercial and closed-source projects without significant restrictions.
Limitations & Caveats
The project strongly advises running within a sandboxed environment like a VM due to the "YOLO mode" operation of the AI agents, implying potential risks if run directly on a host system. The setup requires significant prerequisites, including the installation and configuration of specific AI models (Codex, Claude) and related developer tools.
1 month ago
Inactive
mikeyobrien