Ralph Harness: a tiny guarded loop scaffold for Codex CLI #29756
rxdt
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I built Ralph Harness, a small open-source Python scaffold for running Codex CLI and other terminal coding agents in short guarded loops.
The goal is not to replace Codex or build a large orchestrator. It is to make repeated agent runs safer and less sloppy:
Try it:
Repo: https://github.com/rxdt/loopgate-harness
PyPI: https://pypi.org/project/ralph-harness/
I built it because the failure mode I kept hitting was not "the model is too weak." It was agents drifting, writing shallow tests to satisfy coverage, and making progress without enough repo-level proof.
I would like feedback from people already running Codex in loops: what guardrail is missing before you would let an agent work unattended on a real repo?
All reactions