diff --git a/README.md b/README.md index 80d6c39..5367adf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # ⚖️ arbiter -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -![Status: Experimental](https://img.shields.io/badge/Status-Experimental-orange) +[![License: MIT - Open source software license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + +> [!CAUTION] +> This project is experimental and not recommended for production use. It involves bare-metal hardware management and quantum-accelerated scheduling which are currently in active development. Dual nature—combining bare-metal virtualized hardware management (aSHARD VRAM pinning) with quantum-accelerated Kubernetes scheduling. @@ -16,6 +18,36 @@ Dual nature—combining bare-metal virtualized hardware management (aSHARD VRAM - ⚛️ **Next-Gen Scheduling**: Leverages quantum-accelerated algorithms for complex Kubernetes workloads. - ⚖️ **Unified Orchestration**: A single control plane for both hardware and cluster-level operations. +## 🏗️ Architecture + +```mermaid +graph TD + subgraph Cloud_Native [Cloud Native Layer] + K8S[Kubernetes Cluster] + Workloads[AI/ML Workloads] + end + + subgraph Orchestration [Orchestration Layer] + Arbiter((Arbiter Core)) + Scheduler[Quantum-Accelerated Scheduler] + end + + subgraph Infrastructure [Infrastructure Layer] + Metal[Bare-Metal Hardware] + GPU[GPU Resources] + vRAM[aSHARD VRAM Pinning] + end + + Workloads --> K8S + K8S <--> Scheduler + Scheduler --- Arbiter + Arbiter <--> vRAM + vRAM --- GPU + GPU --- Metal + + style Arbiter fill:#f96,stroke:#333,stroke-width:4px +``` + ## ⚖️ License This project is licensed under the [MIT License](LICENSE).