DGUI-OSEngine / README.md
ctaxnagomi's picture
Add model card: DGUI OS Engine
84466b3 verified
|
Raw
History Blame Contribute Delete
1.36 kB
---
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}
}
```