wreck-it

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.

Read the Docs View on GitHub
๐ŸŽจ

TUI Interface

Beautiful terminal UI showing tasks, progress, and real-time logs with pause/resume controls.

๐Ÿ”„

Continuous Execution

Runs until all tasks complete or max iterations reached. Filesystem-as-memory for persistence.

๐Ÿงช

Automatic Testing

Runs tests after each task. Only commits changes that pass. Supports cargo, npm, and pytest.

๐Ÿค–

Headless Mode

Run without TUI for CI/CD automation. Scheduled agent swarms for continuous improvement.

โ˜๏ธ

Cloud Agents

GitHub Models integration for cloud-scale agent execution alongside local Copilot SDK.

๐Ÿ”’

Safety Limits

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