Add model card: DGUI Dsync
Browse files
README.md
CHANGED
|
@@ -1,3 +1,51 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- deckergui
|
| 5 |
+
- data-sync
|
| 6 |
+
- dataset
|
| 7 |
+
- vector-generation
|
| 8 |
+
- mlops
|
| 9 |
+
- en
|
| 10 |
+
- license:apache-2.0
|
| 11 |
+
library_name: deckergui
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
## DGUI Dsync
|
| 16 |
+
|
| 17 |
+
**Data Synchronization & Dataset Management** for DeckerGUI.
|
| 18 |
+
|
| 19 |
+
### Overview
|
| 20 |
+
DSYNC is a comprehensive data synchronization module with 9 sub-modules. It handles dataset management, vector generation, context synchronization, MLOps pipelines, and agent coordination.
|
| 21 |
+
|
| 22 |
+
### Sub-Modules
|
| 23 |
+
1. **Dataset** β Dataset creation, versioning, and management
|
| 24 |
+
2. **Context** β Context synchronization across agents
|
| 25 |
+
3. **YouTube** β Video content extraction and indexing
|
| 26 |
+
4. **MLOps** β ML pipeline orchestration
|
| 27 |
+
5. **Agents** β Agent state synchronization
|
| 28 |
+
6. **KPI** β Usage data aggregation
|
| 29 |
+
7. **DGM** β Gate protocol data flow
|
| 30 |
+
8. **Plugins** β Extensible plugin system
|
| 31 |
+
9. **Sync Node** β Distributed sync coordination
|
| 32 |
+
|
| 33 |
+
### Integration
|
| 34 |
+
DSYNC feeds the CaaS (Context-as-a-Service) federation API:
|
| 35 |
+
- `/context/sessions` β DSYNC session archive
|
| 36 |
+
- `/context/seeds` β Seed lifecycle events
|
| 37 |
+
- `/context/usage` β Token usage data
|
| 38 |
+
|
| 39 |
+
### KPI Tokenizer
|
| 40 |
+
DSYNC integrates with the Enterprise KPI Tokenizer for tracking sync operations, token savings, and dataset generation costs.
|
| 41 |
+
|
| 42 |
+
### Citation
|
| 43 |
+
```bibtex
|
| 44 |
+
@software{deckergui-dsync,
|
| 45 |
+
title={DGUI Dsync},
|
| 46 |
+
author={wan mohd azizi},
|
| 47 |
+
year={2025},
|
| 48 |
+
publisher={Hugging Face},
|
| 49 |
+
url={https://huggingface.co/ctaxnagomi/DGUI-Dsync}
|
| 50 |
+
}
|
| 51 |
+
```
|