File size: 1,364 Bytes
84466b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
license: apache-2.0
tags:
  - deckergui
  - os-operations
  - system-management
  - agent
  - en
  - license:apache-2.0
library_name: deckergui
pipeline_tag: text-generation
---

## DGUI OS Engine

**Operating System Operations Module** for DeckerGUI.

### Overview
The OS Engine provides system-level operations for the DeckerGUI ecosystem. It handles process management, file system operations, network configuration, and system health monitoring.

### Features
- **Process Management**: Start, stop, and monitor ecosystem services
- **File Operations**: Read, write, and search across the workspace
- **Network Config**: Tunnel management, port allocation, DNS resolution
- **Health Checks**: Service uptime monitoring and auto-recovery
- **Audit Trail**: Append-only JSONL logging of all operations

### Services Managed
- Coordinator Hub (Port 3011)
- Agent Server (Port 3005)
- Emitter API (Port 3006)
- KPI Tokenizer (Port 3004)
- Landing Dashboard (Port 3010)

### CLI Commands
```bash
deckergui status          # Ecosystem health check
deckergui agents          # List registered agents
deckergui context seeds   # View seed lifecycle
```

### Citation
```bibtex
@software{deckergui-osengine,
  title={DGUI OS Engine},
  author={wan mohd azizi},
  year={2025},
  publisher={Hugging Face},
  url={https://huggingface.co/ctaxnagomi/DGUI-OSEngine}
}
```