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 predicts gate outcomes using DistilBERT token classification:
gate_passβ Agent cleared for executiongate_blockβ Agent blocked by policyquota_exceededβ Key quota depletedkey_revokedβ Digital API Key revokedscope_violationβ Capability out of scope
Citation
@software{deckergui-dgm,
title={DGUI DGM},
author={wan mohd azizi},
year={2025},
publisher={Hugging Face},
url={https://huggingface.co/ctaxnagomi/DGUI-DGM}
}