ctaxnagomi commited on
Commit
bf3f440
·
verified ·
1 Parent(s): c08442f

Add model card: DGUI CodeVinci

Browse files
Files changed (1) hide show
  1. README.md +56 -3
README.md CHANGED
@@ -1,3 +1,56 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - deckergui
5
+ - code-generation
6
+ - ide-extension
7
+ - gemini
8
+ - code-assistant
9
+ - en
10
+ - license:apache-2.0
11
+ library_name: deckergui
12
+ pipeline_tag: text-generation
13
+ ---
14
+
15
+ ## DGUI CodeVinci
16
+
17
+ **IDE Extension / Code Assistance Tool** for the DeckerGUI ecosystem.
18
+
19
+ ### Overview
20
+ 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.
21
+
22
+ ### Features
23
+ - **Code Analysis**: AI-powered code review and suggestions
24
+ - **Draggable UI**: Interactive interface with smooth framer-motion animations
25
+ - **Gemini Integration**: Leverages Google Gemini for code understanding
26
+ - **IDE Extension**: Works as an extension within the DeckerGUI developer environment
27
+ - **Multi-Language**: Supports TypeScript, JavaScript, Python, and more
28
+
29
+ ### Integration
30
+ CodeVinci connects to the DeckerGUI ecosystem through the 3-DGM gate protocol:
31
+ 1. Code request → DSYNC Memory Reset
32
+ 2. Guard DGM validates scope
33
+ 3. Supervisor DGM enforces policy
34
+ 4. YoloMoE routes to code specialist expert
35
+
36
+ ### Usage
37
+ ```bash
38
+ deckergui run "analyze this codebase for bugs"
39
+ ```
40
+
41
+ ### Architecture
42
+ - **Base**: Gemini AI code analysis
43
+ - **UI**: React + framer-motion draggable panels
44
+ - **Gate**: 3-DGM protocol with token budget enforcement
45
+ - **KPI**: All token usage tracked via Enterprise KPI Tokenizer
46
+
47
+ ### Citation
48
+ ```bibtex
49
+ @software{deckergui-codevinci,
50
+ title={DGUI CodeVinci},
51
+ author={wan mohd azizi},
52
+ year={2025},
53
+ publisher={Hugging Face},
54
+ url={https://huggingface.co/ctaxnagomi/DGUI-CodeVinci}
55
+ }
56
+ ```