awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
biobootloader avatar

biobootloader/wolverine

0
View on GitHub↗
5,083 stars·615 forks·Python·MIT·13 views

Wolverine

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 changes are patched into the original source files.

The tool covers broader capabilities in automated script debugging and iterative testing. It includes configurable model routing, allowing users to specify preferred language models and define the confirmation levels for automated modifications.

Features

  • Script Debugging and Repair - Provides an automated system that analyzes runtime failures and uses AI to repair failing Python scripts.
  • Runtime Bug Healing - Acts as a runtime wrapper that detects execution errors and regenerates source code to fix bugs automatically.
  • AI-Powered Code Analysis Tools - Uses large language models to identify runtime failures and propose corrected Python source code.
  • Script Correction Loops - Implements a recursive loop that captures script execution errors and feeds them back to an LLM for iterative correction.
  • Automated Script Recovery Tools - Iteratively modifies failing Python scripts until they execute successfully without manual intervention.
  • Automated Debugging Workflows - Monitors Python scripts for crashes and uses language models to iteratively fix errors until the code runs successfully.
  • Python Runtime Error Monitors - Watches executing Python scripts for crashes and captures traceback data to initiate the self-healing process.
  • LLM-Powered Debuggers - Provides an automated debugging system that monitors Python scripts for crashes and applies LLM-driven edits.
  • Iterative Edit-Test Workflows - Automates the cycle of editing code via an LLM and running it until the runtime errors are resolved.
  • Automated Source Patching - Directly modifies original Python source files based on corrective instructions provided by the language model.
  • LLM-Driven Functional Repairs - Integrates LLMs into a development loop to analyze tracebacks and suggest functional code repairs.
  • Human-in-the-Loop Workflows - Provides a manual approval gate to verify LLM-generated code changes before they are patched into source files.
  • Manual Fix Verification Workflows - Requires manual human verification of proposed code fixes to prevent regressions before applying patches.
  • Self-Healing Architectures - Implements a workflow where software can automatically detect its own runtime failures and apply code-level repairs.
  • Security Assessment and Fixes - Automatically identifies and fixes bugs in Python scripts.
  • Programming Tools - Self-healing script runner that fixes crashes using AI.

Star history

Star history chart for biobootloader/wolverineStar history chart for biobootloader/wolverine

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does biobootloader/wolverine do?

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.

What are the main features of biobootloader/wolverine?

The main features of biobootloader/wolverine are: Script Debugging and Repair, Runtime Bug Healing, AI-Powered Code Analysis Tools, Script Correction Loops, Automated Script Recovery Tools, Automated Debugging Workflows, Python Runtime Error Monitors, LLM-Powered Debuggers.

Which projects share features with biobootloader/wolverine?

Projects with overlapping indexed features include: bloopai/bloop — Bloop is an AI code analysis tool and semantic search engine designed for understanding and querying large-scale… coplaydev/unity-mcp — Unity MCP is a plugin that connects the Unity Editor to AI assistants through the Model Context Protocol, enabling… anc95/chatgpt-codereview — ChatGPT-CodeReview is an AI-driven code analysis tool and bot that uses a large language model to automatically review… codium-ai/alphacodium — AlphaCodium is an LLM code generation framework and automated programming benchmark designed to solve programming… anthropics/claude-code-security-review — This project is an AI-powered static analysis tool and automated vulnerability scanner designed to detect security… aiming-lab/autoresearchclaw — AutoResearchClaw is an agentic system designed to automate the scientific research process. It functions as an…

Projects sharing features with Wolverine

These projects share indexed features with Wolverine. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • bloopai/bloopBloopAI avatar

    BloopAI/bloop

    9,510View on GitHub↗

    Bloop is an AI code analysis tool and semantic search engine designed for understanding and querying large-scale codebases. It utilizes a high-performance indexing system written in Rust to enable fast symbol and text retrieval across multiple programming languages. The project differentiates itself by using on-device embeddings for semantic code search, allowing users to locate logic based on meaning and intent rather than exact keywords. It combines a language model with a retrieval-augmented generation approach to provide a natural language interface for conversational querying and the gen

    Rust
    View on GitHub↗9,510
  • coplaydev/unity-mcpCoplayDev avatar

    CoplayDev/unity-mcp

    10,959View on GitHub↗

    Unity MCP is a plugin that connects the Unity Editor to AI assistants through the Model Context Protocol, enabling natural language control over scene manipulation, object creation, and editor workflows. It allows developers to generate C# scripts, modify GameObjects and components, create UI layouts, and manage assets by issuing commands through an AI interface, effectively turning the editor into a conversational development environment. The plugin distinguishes itself through a comprehensive automation system that can execute multi-step tasks from a design document, record and replay edito

    C#aiai-integrationanthropic
    View on GitHub↗10,959
  • anc95/chatgpt-codereviewanc95 avatar

    anc95/ChatGPT-CodeReview

    4,445View on GitHub↗

    ChatGPT-CodeReview is an AI-driven code analysis tool and bot that uses a large language model to automatically review pull request diffs and post feedback on code changes. It functions as a system for detecting bugs and suggesting improvements in source code. The tool provides a containerized runtime for deployment as a background process or through a GitHub Action. Users can customize the analysis behavior, style, and technical depth by adjusting model parameters and system prompts. The system handles automated code review workflows by triggering analysis via webhooks and CI pipelines, upd

    JavaScript
    View on GitHub↗4,445
  • anthropics/claude-code-security-reviewanthropics avatar

    anthropics/claude-code-security-review

    5,316View on GitHub↗

    This project is an AI-powered static analysis tool and automated vulnerability scanner designed to detect security flaws such as injection and authentication bypasses. It uses large language models to perform semantic reasoning across multiple programming languages, identifying vulnerabilities within code changes. The tool operates as a GitHub Action that integrates into continuous integration pipelines to analyze pull request diffs. It focuses on modified lines of code to target new risks and reports findings by posting automated comments directly to the pull request. Analysis is directed b

    Python
    View on GitHub↗5,316
  • Compare all 30 related projects→