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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesScript Debugging and Repair

Tools that analyze and fix code issues by describing problems to an AI assistant that can directly modify scripts and components.

Distinct from Automation And Scripting: Distinct from Automation And Scripting: focuses on AI-driven diagnosis and repair of existing scripts rather than general workflow automation or hotkey scripting.

Explore 2 awesome GitHub repositories matching part of an awesome list · Script Debugging and Repair. Refine with filters or upvote what's useful.

Awesome Script Debugging and Repair GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • coplaydev/unity-mcpAvatar de CoplayDev

    CoplayDev/unity-mcp

    10,959Voir sur 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

    Analyzes and repairs Unity scripts by describing issues to an AI assistant that can modify code and components directly.

    C#aiai-integrationanthropic
    Voir sur GitHub↗10,959
  • biobootloader/wolverineAvatar de biobootloader

    biobootloader/wolverine

    5,083Voir sur GitHub↗

    Wolverine est un outil de réparation de code IA et un runtime Python auto-guérisseur conçu pour surveiller les scripts pour les plantages au runtime et récupérer automatiquement le code source. Il fonctionne comme un outil de récupération de script automatisé qui identifie les échecs et utilise des modèles de langage étendus pour proposer et appliquer des corrections. Le système opère via un cycle de débogage itératif qui capture les données de traceback et les réinjecte dans un modèle de langage pour affiner les correctifs par essais et erreurs. Pour assurer la sécurité, il inclut un mécanisme de vérification humaine (human-in-the-loop) qui nécessite une approbation manuelle avant que les changements de code générés ne soient patchés dans les fichiers sources originaux. L'outil couvre des capacités plus larges dans le débogage de script automatisé et les tests itératifs. Il inclut un routage de modèle configurable, permettant aux utilisateurs de spécifier les modèles de langage préférés et de définir les niveaux de confirmation pour les modifications automatisées.

    Provides an automated system that analyzes runtime failures and uses AI to repair failing Python scripts.

    Python
    Voir sur GitHub↗5,083
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Automation And Scripting
  5. Script Debugging and Repair