Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: "DRAGON: A Hierarchical Multi-Agent Orchestration Framework for Distributed AI Systems — Hayula Research"
|
| 3 |
+
authors:
|
| 4 |
+
- Hayula AI Lab
|
| 5 |
+
papers:
|
| 6 |
+
- paper.md
|
| 7 |
+
tags:
|
| 8 |
+
- dragon
|
| 9 |
+
- multi-agent
|
| 10 |
+
- orchestration
|
| 11 |
+
- hierarchical
|
| 12 |
+
license: mit
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# DRAGON: A Hierarchical Multi-Agent Orchestration Framework for Distributed AI Systems — Hayula Research
|
| 16 |
+
|
| 17 |
+
**Hayula AI Lab**
|
| 18 |
+
|
| 19 |
+
## Abstract
|
| 20 |
+
|
| 21 |
+
We present DRAGON (Decompose-Route-Allocate-Generate-Orchestrate-Network), a hierarchical multi-agent orchestration framework for building distributed AI systems composed of heterogeneous, independently-operating agents. DRAGON organizes 21 specialized agents across four functional divisions—BUILD, CREATE, SECURITY, and HERMES—each powered by distinct models and skill sets, totaling 21 models and 51 skills. The framework implements a five-stage sequential pipeline: Decompose → Route → Allocate →
|
| 22 |
+
|
| 23 |
+
## Files
|
| 24 |
+
|
| 25 |
+
| File | Description |
|
| 26 |
+
|------|-------------|
|
| 27 |
+
| `paper.md` | Full paper (Markdown) |
|
| 28 |
+
| `README.md` | This model card |
|
| 29 |
+
|
| 30 |
+
## Citation
|
| 31 |
+
|
| 32 |
+
```bibtex
|
| 33 |
+
@techreport{hayulalab2026dragonframework,
|
| 34 |
+
title={DRAGON: A Hierarchical Multi-Agent Orchestration Framework for Distributed AI Systems — Hayula Research},
|
| 35 |
+
author={Hayula AI Lab},
|
| 36 |
+
year={2026},
|
| 37 |
+
url={https://huggingface.co/hayulalab/dragon-framework-paper}
|
| 38 |
+
}
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
---
|
| 42 |
+
|
| 43 |
+
*hayulalab — Open Source AI Research*
|