Ralph Wiggum. Cloud Scale.
A TUI agent harness that uses the Copilot SDK to perform Ralph Wiggum loops โ autonomous AI agent orchestration for your codebase.
Beautiful terminal UI showing tasks, progress, and real-time logs with pause/resume controls.
Runs until all tasks complete or max iterations reached. Filesystem-as-memory for persistence.
Runs tests after each task. Only commits changes that pass. Supports cargo, npm, and pytest.
Run without TUI for CI/CD automation. Scheduled agent swarms for continuous improvement.
GitHub Models integration for cloud-scale agent execution alongside local Copilot SDK.
Configurable max iterations, test validation, and git history for reversible changes.
# Install and run git clone https://github.com/randymarsh77/wreck-it.git cd wreck-it && cargo build --release # Initialize tasks and start the loop wreck-it init wreck-it run --task-file tasks.json --max-iterations 50