awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·5 Aufrufe

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-Verlauf

Star-Verlauf für biobootloader/wolverineStar-Verlauf für biobootloader/wolverine

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Wolverine

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Wolverine.
  • bloopai/bloopAvatar von BloopAI

    BloopAI/bloop

    9,510Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,510
  • coplaydev/unity-mcpAvatar von CoplayDev

    CoplayDev/unity-mcp

    10,959Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,959
  • anc95/chatgpt-codereviewAvatar von anc95

    anc95/ChatGPT-CodeReview

    4,445Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,445
  • anthropics/claude-code-security-reviewAvatar von anthropics

    anthropics/claude-code-security-review

    5,316Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,316
Alle 30 Alternativen zu Wolverine anzeigen→

Häufig gestellte Fragen

Was macht biobootloader/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.

Was sind die Hauptfunktionen von biobootloader/wolverine?

Die Hauptfunktionen von biobootloader/wolverine sind: 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.

Welche Open-Source-Alternativen gibt es zu biobootloader/wolverine?

Open-Source-Alternativen zu biobootloader/wolverine sind unter anderem: 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…