| --- |
| license: apache-2.0 |
| tags: |
| - deckergui |
| - dgm |
| - gate-protocol |
| - yolomoe |
| - agent-routing |
| - en |
| - license:apache-2.0 |
| library_name: deckergui |
| pipeline_tag: text-generation |
| --- |
| |
| ## DGUI DGM |
|
|
| **Digital Guild Master β Gate Protocol Engine** for DeckerGUI. |
|
|
| ### Overview |
| 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. |
|
|
| ### 3-DGM Gate Flow |
| ``` |
| DSYNC Memory Reset β Guard DGM β Supervisor DGM β YoloMoE Seeder β Execute |
| ``` |
|
|
| ### Components |
| - **DSYNC Memory Reset**: Validates agent memory state before evaluation |
| - **Guard DGM**: Capability guard β validates allowed capabilities and policy rules |
| - **Supervisor DGM**: Policy supervisor β enforces `no_high_anomaly`, `no_critical_threats` |
| - **YoloMoE Seeder**: Routes to specialist experts via vision-centric detection |
|
|
| ### DGM Factory |
| The DGM Factory (`DGM-Factory` feature) deploys docking agents through the strict 3-DGM gate and mints their Digital API Keys. |
|
|
| ### Gate Prediction Model |
| The companion model [`DGUI-GatePredictor`](https://huggingface.co/ctaxnagomi/DGUI-GatePredictor) predicts gate outcomes using DistilBERT token classification: |
| - `gate_pass` β Agent cleared for execution |
| - `gate_block` β Agent blocked by policy |
| - `quota_exceeded` β Key quota depleted |
| - `key_revoked` β Digital API Key revoked |
| - `scope_violation` β Capability out of scope |
|
|
| ### Citation |
| ```bibtex |
| @software{deckergui-dgm, |
| title={DGUI DGM}, |
| author={wan mohd azizi}, |
| year={2025}, |
| publisher={Hugging Face}, |
| url={https://huggingface.co/ctaxnagomi/DGUI-DGM} |
| } |
| ``` |
|
|