File size: 904 Bytes
286b31a
 
630c6ef
 
 
 
286b31a
 
 
630c6ef
286b31a
630c6ef
286b31a
630c6ef
 
 
 
286b31a
630c6ef
286b31a
630c6ef
286b31a
630c6ef
286b31a
630c6ef
 
286b31a
630c6ef
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---

tags:
- dataset
- code-generation
- instruction-tuning
- typescript
- deckergui
---


# Code generation and reasoning pairs from DeckerGUI development sessions. Contains user instructions, context, and model-generated code for TypeScript, Markdown, and JSON.

## Dataset Details

- **Repository:** ctaxnagomi/deckergui-code-generation
- **License:** MIT
- **DeckerGUI Version:** v2.0.0
- **Created:** 2026-08-17

## Dataset Schema

See `metadata.json` for the full schema definition.

## Usage

```python

from datasets import load_dataset



ds = load_dataset("ctaxnagomi/deckergui-code-generation")

print(ds)

```

## Citation

```bibtex

@software{deckergui_2026,

  title={DeckerGUI: Vision-Centric Agentic Operating Architecture},

  author={Wan Mohd Azizi bin Wan Hosen},

  year={2026},

  url={https://huggingface.co/ctaxnagomi/deckergui-code-generation}

}

```