You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.