ctaxnagomi commited on
Commit
84466b3
·
verified ·
1 Parent(s): 4237c5b

Add model card: DGUI OS Engine

Browse files
Files changed (1) hide show
  1. README.md +51 -3
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
+ - os-operations
6
+ - system-management
7
+ - agent
8
+ - en
9
+ - license:apache-2.0
10
+ library_name: deckergui
11
+ pipeline_tag: text-generation
12
+ ---
13
+
14
+ ## DGUI OS Engine
15
+
16
+ **Operating System Operations Module** for DeckerGUI.
17
+
18
+ ### Overview
19
+ The OS Engine provides system-level operations for the DeckerGUI ecosystem. It handles process management, file system operations, network configuration, and system health monitoring.
20
+
21
+ ### Features
22
+ - **Process Management**: Start, stop, and monitor ecosystem services
23
+ - **File Operations**: Read, write, and search across the workspace
24
+ - **Network Config**: Tunnel management, port allocation, DNS resolution
25
+ - **Health Checks**: Service uptime monitoring and auto-recovery
26
+ - **Audit Trail**: Append-only JSONL logging of all operations
27
+
28
+ ### Services Managed
29
+ - Coordinator Hub (Port 3011)
30
+ - Agent Server (Port 3005)
31
+ - Emitter API (Port 3006)
32
+ - KPI Tokenizer (Port 3004)
33
+ - Landing Dashboard (Port 3010)
34
+
35
+ ### CLI Commands
36
+ ```bash
37
+ deckergui status # Ecosystem health check
38
+ deckergui agents # List registered agents
39
+ deckergui context seeds # View seed lifecycle
40
+ ```
41
+
42
+ ### Citation
43
+ ```bibtex
44
+ @software{deckergui-osengine,
45
+ title={DGUI OS Engine},
46
+ author={wan mohd azizi},
47
+ year={2025},
48
+ publisher={Hugging Face},
49
+ url={https://huggingface.co/ctaxnagomi/DGUI-OSEngine}
50
+ }
51
+ ```