1 Repo
Captures execution failures and iteratively applies minimal patches to produce working submissions.
Distinct from Patch Repair: Distinct from Patch Repair: focuses on generating patches from runtime errors, not fixing malformed existing patches.
Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Error Patch Generators. Refine with filters or upvote what's useful.
Evolver is a self-evolving AI agent framework that uses gene expression programming to autonomously improve agent behaviors through a continuous five-step loop of scanning, selecting, mutating, validating, and solidifying. It functions as an auditable evolution system that records every mutation and selection step, and can translate natural-language problems into executable Python code for automated grading and evaluation. The framework distinguishes itself through a distributed architecture that enables multiple agents to collaborate and share learned experiences across a network. It operate
Captures runtime execution failures and iteratively applies minimal patches to produce working submissions.