ctaxnagomi commited on
Commit
0b6dbe2
Β·
verified Β·
1 Parent(s): bb0e8cd

Add model card: DGUI DGM

Browse files
Files changed (1) hide show
  1. README.md +53 -3
README.md CHANGED
@@ -1,3 +1,53 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - deckergui
5
+ - dgm
6
+ - gate-protocol
7
+ - yolomoe
8
+ - agent-routing
9
+ - en
10
+ - license:apache-2.0
11
+ library_name: deckergui
12
+ pipeline_tag: text-generation
13
+ ---
14
+
15
+ ## DGUI DGM
16
+
17
+ **Digital Guild Master β€” Gate Protocol Engine** for DeckerGUI.
18
+
19
+ ### Overview
20
+ The DGM (Digital Guild Master) implements the 3-DGM gate protocol that every docking agent must pass before execution. It enforces capability validation, policy governance, and YoloMoE routing.
21
+
22
+ ### 3-DGM Gate Flow
23
+ ```
24
+ DSYNC Memory Reset β†’ Guard DGM β†’ Supervisor DGM β†’ YoloMoE Seeder β†’ Execute
25
+ ```
26
+
27
+ ### Components
28
+ - **DSYNC Memory Reset**: Validates agent memory state before evaluation
29
+ - **Guard DGM**: Capability guard β€” validates allowed capabilities and policy rules
30
+ - **Supervisor DGM**: Policy supervisor β€” enforces `no_high_anomaly`, `no_critical_threats`
31
+ - **YoloMoE Seeder**: Routes to specialist experts via vision-centric detection
32
+
33
+ ### DGM Factory
34
+ The DGM Factory (`DGM-Factory` feature) deploys docking agents through the strict 3-DGM gate and mints their Digital API Keys.
35
+
36
+ ### Gate Prediction Model
37
+ The companion model [`DGUI-GatePredictor`](https://huggingface.co/ctaxnagomi/DGUI-GatePredictor) predicts gate outcomes using DistilBERT token classification:
38
+ - `gate_pass` β€” Agent cleared for execution
39
+ - `gate_block` β€” Agent blocked by policy
40
+ - `quota_exceeded` β€” Key quota depleted
41
+ - `key_revoked` β€” Digital API Key revoked
42
+ - `scope_violation` β€” Capability out of scope
43
+
44
+ ### Citation
45
+ ```bibtex
46
+ @software{deckergui-dgm,
47
+ title={DGUI DGM},
48
+ author={wan mohd azizi},
49
+ year={2025},
50
+ publisher={Hugging Face},
51
+ url={https://huggingface.co/ctaxnagomi/DGUI-DGM}
52
+ }
53
+ ```