awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
biobootloader avatar

biobootloader/wolverine

0
View on GitHub↗
5,083 نجوم·615 تفرعات·Python·MIT·5 مشاهدات

Wolverine

Wolverine هي أداة إصلاح كود بالذكاء الاصطناعي وبيئة تشغيل Python ذاتية الشفاء مصممة لمراقبة السكربتات بحثاً عن أعطال وقت التشغيل واستعادة الكود المصدري تلقائياً. تعمل كأداة استعادة سكربت آلية تحدد الإخفاقات وتستخدم نماذج لغوية كبيرة لاقتراح وتطبيق التصحيحات.

يعمل النظام من خلال دورة تصحيح أخطاء تكرارية تلتقط بيانات تتبع الأخطاء وتغذيها مرة أخرى في نموذج لغوي لتحسين الإصلاحات من خلال التجربة والخطأ. لضمان السلامة، يتضمن آلية تحقق بشرية تتطلب موافقة يدوية قبل تصحيح تغييرات الكود المولدة في ملفات المصدر الأصلية.

تغطي الأداة إمكانات أوسع في تصحيح أخطاء السكربتات الآلي والاختبار التكراري. تتضمن توجيهاً نموذجياً قابلاً للتكوين، مما يسمح للمستخدمين بتحديد النماذج اللغوية المفضلة وتحديد مستويات التأكيد للتعديلات الآلية.

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.

سجل النجوم

مخطط تاريخ النجوم لـ biobootloader/wolverineمخطط تاريخ النجوم لـ biobootloader/wolverine

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Wolverine

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Wolverine.
  • bloopai/bloopالصورة الرمزية لـ BloopAI

    BloopAI/bloop

    9,510عرض على 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
    عرض على GitHub↗9,510
  • coplaydev/unity-mcpالصورة الرمزية لـ CoplayDev

    CoplayDev/unity-mcp

    10,959عرض على 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
    عرض على GitHub↗10,959
  • anc95/chatgpt-codereviewالصورة الرمزية لـ anc95

    anc95/ChatGPT-CodeReview

    4,445عرض على 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
    عرض على GitHub↗4,445
  • anthropics/claude-code-security-reviewالصورة الرمزية لـ anthropics

    anthropics/claude-code-security-review

    5,316عرض على 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
    عرض على GitHub↗5,316
عرض جميع البدائل الـ 30 لـ Wolverine→

الأسئلة الشائعة

ما هي وظيفة biobootloader/wolverine؟

Wolverine هي أداة إصلاح كود بالذكاء الاصطناعي وبيئة تشغيل Python ذاتية الشفاء مصممة لمراقبة السكربتات بحثاً عن أعطال وقت التشغيل واستعادة الكود المصدري تلقائياً. تعمل كأداة استعادة سكربت آلية تحدد الإخفاقات وتستخدم نماذج لغوية كبيرة لاقتراح وتطبيق التصحيحات.

ما هي الميزات الرئيسية لـ biobootloader/wolverine؟

الميزات الرئيسية لـ biobootloader/wolverine هي: 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.

ما هي البدائل مفتوحة المصدر لـ biobootloader/wolverine؟

تشمل البدائل مفتوحة المصدر لـ biobootloader/wolverine: 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…