Self-Repairing Autonomous Agent for Digital Consciousness Backup Using Large Language Models (LLM) and powerful code generation capability, self-editing source code and self-debugging its own source code
-
Updated
Feb 20, 2026 - Python
Self-Repairing Autonomous Agent for Digital Consciousness Backup Using Large Language Models (LLM) and powerful code generation capability, self-editing source code and self-debugging its own source code
Give your python scripts regenerative healing abilities! Run your scripts with Wolverine and when they crash, GPT-4 edits them and explains what went wrong. Even if you have many bugs it will repeatedly rerun until it's fixed.
A coding agent that doesn't give up: writes code, runs it, reads the traceback, and retries with the error as feedback until tests pass. Includes a benchmark proving the feedback loop (91%) beats blind retry/pass@k (67%) and one-shot (25%). Stdlib-only core; works with any OpenAI-compatible model.
LangGraph-powered autonomous coding assistant with multi-step planning, code generation, and self-debugging loops
Self-Debugging C/C++ CodeGen
🤖 Autonomous AI Software Engineer using a LangGraph state machine to write, execute, and self-debug Python code inside an isolated Docker sandbox with multi-model LLM failover.
Add a description, image, and links to the self-debugging topic page so that developers can more easily learn about it.
To associate your repository with the self-debugging topic, visit your repo's landing page and select "manage topics."