Loop Engineer v0.3.4 — make your agent loop prove it's done #14
SollanSystems
announced in
Announcements
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.
Long-running agent loops fail in a specific, repeatable way: they say they're
done. After compaction they forget what "done" meant, optimize to the visible
test, and report success with no independent evidence. We call that a false
completion, and this whole repo is built to catch it.
Loop Engineer is a proof-of-done layer that sits above your agent runtime:
Succeededrequires evidence;FailedUnverifiable,FailedBlocked,FailedBudget,FailedSafety,FailedSpecGap,AbortedByHumangive a loop honest ways to stop that aren't a silent "completed".
doctor) and inspector (inspect) that grade a loop'sproof machinery on invocation evidence, not self-asserted flags.
Try it in 5 seconds, no install, no API key:
The demo GIF in the README is filmed on exactly those two commands — nothing
staged, and the strong example's
false_completion: falseis backed by acommitted real gate verdict, not a hand-set flag.
Tiers 1–2 (the contract format + proof toolchain) are pure-stdlib Python over
files on disk — runtime-neutral. The 9 Claude Code skills are the reference
runner, not a requirement.
Feedback welcome — especially from anyone running long-horizon loops on other
runtimes (LangGraph, OpenHands, ruflo): what would it take to put this proof
layer above your loop?
All reactions