| --- |
| license: apache-2.0 |
| tags: |
| - deckergui |
| - code-generation |
| - ide-extension |
| - gemini |
| - code-assistant |
| - en |
| - license:apache-2.0 |
| library_name: deckergui |
| pipeline_tag: text-generation |
| --- |
| |
| ## DGUI CodeVinci |
|
|
| **IDE Extension / Code Assistance Tool** for the DeckerGUI ecosystem. |
|
|
| ### Overview |
| CodeVinci is a draggable UI code assistant built with framer-motion animations, powered by Gemini AI. It provides intelligent code analysis, completion, and refactoring capabilities integrated into the DeckerGUI OS ecosystem. |
|
|
| ### Features |
| - **Code Analysis**: AI-powered code review and suggestions |
| - **Draggable UI**: Interactive interface with smooth framer-motion animations |
| - **Gemini Integration**: Leverages Google Gemini for code understanding |
| - **IDE Extension**: Works as an extension within the DeckerGUI developer environment |
| - **Multi-Language**: Supports TypeScript, JavaScript, Python, and more |
|
|
| ### Integration |
| CodeVinci connects to the DeckerGUI ecosystem through the 3-DGM gate protocol: |
| 1. Code request → DSYNC Memory Reset |
| 2. Guard DGM validates scope |
| 3. Supervisor DGM enforces policy |
| 4. YoloMoE routes to code specialist expert |
|
|
| ### Usage |
| ```bash |
| deckergui run "analyze this codebase for bugs" |
| ``` |
|
|
| ### Architecture |
| - **Base**: Gemini AI code analysis |
| - **UI**: React + framer-motion draggable panels |
| - **Gate**: 3-DGM protocol with token budget enforcement |
| - **KPI**: All token usage tracked via Enterprise KPI Tokenizer |
|
|
| ### Citation |
| ```bibtex |
| @software{deckergui-codevinci, |
| title={DGUI CodeVinci}, |
| author={wan mohd azizi}, |
| year={2025}, |
| publisher={Hugging Face}, |
| url={https://huggingface.co/ctaxnagomi/DGUI-CodeVinci} |
| } |
| ``` |
|
|