| # π§ Godot Native AI Brain (GDScript Expert) | |
| This repository is a specialized open-source brain for **Godot 4**. It aims to provide the most accurate GDScript code generation and game logic assistance. | |
| ## π Project Goals | |
| - **2,000+ Verified Samples:** Building a massive dataset of high-quality Godot code. | |
| - **Privacy First:** Designed to run locally or via private inference. | |
| - **Community Driven:** Anyone can contribute to making Godot development faster. | |
| ## π Dataset Structure | |
| The data is stored in `.jsonl` format within the `data/` folder, following the Instruction-Output pattern: | |
| - **Instruction:** What the developer wants. | |
| - **Output:** The clean, optimized GDScript code. | |
| ## π How to Use | |
| Stay tuned for the **Godot Editor Plugin** that connects directly to this brain! | |