awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
biobootloader avatar

biobootloader/wolverine

0
View on GitHub↗
5,083 stele·615 fork-uri·Python·MIT·3 vizualizări

Wolverine

Wolverine este un instrument de reparare a codului AI și un runtime Python cu auto-vindecare conceput pentru a monitoriza scripturile pentru crash-uri de runtime și a recupera automat codul sursă. Funcționează ca un instrument automat de recuperare a scripturilor care identifică eșecurile și utilizează modele de limbaj mari pentru a propune și aplica corecții.

Sistemul operează printr-un ciclu iterativ de depanare care capturează datele traceback și le introduce înapoi într-un model de limbaj pentru a rafina remedierile prin încercare și eroare. Pentru a asigura siguranța, include un mecanism de verificare human-in-the-loop care necesită aprobare manuală înainte ca modificările de cod generate să fie aplicate fișierelor sursă originale.

Instrumentul acoperă capabilități mai largi în depanarea automatizată a scripturilor și testarea iterativă. Include rutare configurabilă a modelelor, permițând utilizatorilor să specifice modelele de limbaj preferate și să definească nivelurile de confirmare pentru modificările automatizate.

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.

Istoric stele

Graficul istoricului de stele pentru biobootloader/wolverineGraficul istoricului de stele pentru biobootloader/wolverine

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Wolverine

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Wolverine.
  • bloopai/bloopAvatar BloopAI

    BloopAI/bloop

    9,510Vezi pe 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
    Vezi pe GitHub↗9,510
  • coplaydev/unity-mcpAvatar CoplayDev

    CoplayDev/unity-mcp

    10,959Vezi pe 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
    Vezi pe GitHub↗10,959
  • anc95/chatgpt-codereviewAvatar anc95

    anc95/ChatGPT-CodeReview

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

    anthropics/claude-code-security-review

    5,316Vezi pe 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
    Vezi pe GitHub↗5,316
Vezi toate cele 30 alternative pentru Wolverine→

Întrebări frecvente

Ce face biobootloader/wolverine?

Wolverine este un instrument de reparare a codului AI și un runtime Python cu auto-vindecare conceput pentru a monitoriza scripturile pentru crash-uri de runtime și a recupera automat codul sursă. Funcționează ca un instrument automat de recuperare a scripturilor care identifică eșecurile și utilizează modele de limbaj mari pentru a propune și aplica corecții.

Care sunt principalele funcționalități ale biobootloader/wolverine?

Principalele funcționalități ale biobootloader/wolverine sunt: 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.

Care sunt câteva alternative open-source pentru biobootloader/wolverine?

Alternativele open-source pentru biobootloader/wolverine includ: 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…