1 Repo
Tools that monitor Python scripts for runtime crashes to trigger automated debugging cycles.
Distinct from Runtime Error Detectors: Focuses on Python runtime crash detection for the purpose of automated repair rather than general test failure detection.
Explore 1 awesome GitHub repository matching development tools & productivity · Python Runtime Error Monitors. Refine with filters or upvote what's useful.
Wolverine is an AI code repair tool and self-healing Python runtime designed to monitor scripts for runtime crashes and automatically recover the source code. It functions as an automated script recovery tool that identifies failures and utilizes large language models to propose and apply corrections. The system operates through an iterative debugging cycle that captures traceback data and feeds it back into a language model to refine fixes through trial and error. To ensure safety, it includes a human-in-the-loop verification mechanism that requires manual approval before generated code chan
Watches executing Python scripts for crashes and captures traceback data to initiate the self-healing process.