Agentsop Test Fix Loop

Decision protocol for wiring a verify-then-fix loop around a code-editing LLM agent. The agent edits → runs lint/test → reads the output → fixes → re-runs, bounded by an iteration cap and an escalation rule. Activates whenever a coder agent has a verifiable success criterion (exit code, type-checker output, failing assertion) and the user wants the agent to converge to "green" on its own. Framework-agnostic — wraps Aider's `--auto-lint`/`--auto-test`, an OpenHands SWE-Bench loop, a manual LangGraph cycle, or Claude Code's bash tool just the same.

agentsope 7c9cd13 5 files · 63.9 KB Updated

File contents

agentsope/SkillAlchemy/tree/main/skills/agentsop-test-fix-loop commit 7c9cd13d25

Frequently asked questions

npx skillmds@latest add agentsope/agentsop-test-fix-loop