2 रिपॉजिटरी
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.
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.
Wolverine एक AI कोड रिपेयर टूल और सेल्फ-हीलिंग Python रनटाइम है जिसे रनटाइम क्रैश के लिए स्क्रिप्ट्स की निगरानी करने और स्वचालित रूप से सोर्स कोड को रिकवर करने के लिए डिज़ाइन किया गया है। यह एक स्वचालित स्क्रिप्ट रिकवरी टूल के रूप में कार्य करता है जो विफलताओं की पहचान करता है और सुधारों का प्रस्ताव देने व लागू करने के लिए लार्ज लैंग्वेज मॉडल्स का उपयोग करता है। यह सिस्टम एक पुनरावृत्त डीबगिंग चक्र के माध्यम से काम करता है जो ट्रेसबैक डेटा को कैप्चर करता है और इसे ट्रायल-एंड-एरर के माध्यम से सुधारों को रिफ़ाइन करने के लिए एक लैंग्वेज मॉडल में वापस फ़ीड करता है। सुरक्षा सुनिश्चित करने के लिए, इसमें एक ह्यूमन-इन-द-लूप वेरिफिकेशन मैकेनिज्म शामिल है जिसके लिए जनरेट किए गए कोड परिवर्तनों को मूल सोर्स फ़ाइलों में पैच करने से पहले मैन्युअल अनुमोदन की आवश्यकता होती है। यह टूल स्वचालित स्क्रिप्ट डीबगिंग और पुनरावृत्त परीक्षण में व्यापक क्षमताओं को कवर करता है। इसमें कॉन्फ़िगर करने योग्य मॉडल रूटिंग शामिल है, जो उपयोगकर्ताओं को पसंदीदा लैंग्वेज मॉडल्स निर्दिष्ट करने और स्वचालित संशोधनों के लिए पुष्टिकरण स्तरों को परिभाषित करने की अनुमति देता है।
Provides an automated system that analyzes runtime failures and uses AI to repair failing Python scripts.