ctaxnagomi's picture
Upload README.md with huggingface_hub
dc413b6 verified
|
Raw
History Blame Contribute Delete
900 Bytes
---
tags:
- dataset
- agents
- coordination
- heartbeat
- registry
- deckergui
---
# Agent heartbeat and coordination data from DeckerGUI ecosystem. Contains agent registry snapshots, heartbeat intervals, staleness detection, and counter metrics.
## Dataset Details
- **Repository:** ctaxnagomi/deckergui-agent-coordination
- **License:** MIT
- **DeckerGUI Version:** v2.0.0
- **Created:** 2026-08-17
## Dataset Schema
See `metadata.json` for the full schema definition.
## Usage
```python
from datasets import load_dataset
ds = load_dataset("ctaxnagomi/deckergui-agent-coordination")
print(ds)
```
## Citation
```bibtex
@software{deckergui_2026,
title={DeckerGUI: Vision-Centric Agentic Operating Architecture},
author={Wan Mohd Azizi bin Wan Hosen},
year={2026},
url={https://huggingface.co/ctaxnagomi/deckergui-agent-coordination}
}
```