Justadudeinspace commited on
Commit
9ca2f06
Β·
verified Β·
1 Parent(s): 47b0d5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -44
README.md CHANGED
@@ -1,61 +1,65 @@
1
  ---
2
- title: README
3
- emoji: 🌌
4
- colorFrom: purple
5
- colorTo: gray
6
- sdk: gradio
7
- pinned: false
8
- sdk_version: 6.1.0
9
- license: apache-2.0
10
- thumbnail: >-
11
- https://cdn-uploads.huggingface.co/production/uploads/68627543411254bd27850220/1ka2vk65LFTCLHZEyd0lI.png
12
- short_description: Hub for the BLUX Ecosystem β€” modular AI systems, orchestrati
 
 
 
 
13
  ---
14
 
15
- <p align="center">
16
- <a href="https://huggingface.co/Outer-Void">
17
- <img src="docs/assets/outer-void-logo.png" alt="Outer Void" height="88">
18
- </a>
19
- </p>
20
 
21
- <div align="center">
22
 
23
- ### πŸ€— Outer Void Γ— Hugging Face
24
- Hub for the [**BLUX Ecosystem**](https://github.com/Outer-Void/blux-ecosystem) β€” modular AI systems, orchestration, tools, and datasets.
25
 
26
- [![HF Org](https://img.shields.io/badge/Hugging%20Face-Outer--Void-ff69b4?style=for-the-badge)](https://huggingface.co/Outer-Void)
27
- [![GitHub](https://img.shields.io/badge/GitHub-Outer--Void-24292e?style=for-the-badge)](https://github.com/Outer-Void)
28
 
29
- **Explore:**
30
- [Org Page](https://huggingface.co/Outer-Void) β€’
31
- [BLUX-cA](https://huggingface.co/Outer-Void/blux-ca) β€’
32
- [BLUX-cA Dataset](https://huggingface.co/Outer-Void/blux-ca-dataset)
33
 
34
- </div>
35
 
36
- ## πŸ“¦ What’s Here
 
37
 
38
- This organization publishes models, checkpoints, evaluation artifacts, and datasets for components of the **BLUX Ecosystem** β€” a constellation of interoperable tools, frameworks, and agents for transparent, local-first AI systems.
39
 
40
- ### πŸ”‘ Core BLUX Components
41
 
42
- - [**BLUX-cA**](https://github.com/Outer-Void/blux-ca) β€” Constitutional, audit-driven agent core interpreting intent and enforcing governance across AI tasks.
43
- - [**BLUX Lite**](https://github.com/Outer-Void/blux-lite) β€” Local-first orchestrator for routing and running multiple AI models with data sovereignty in mind.
44
- - [**BLUX Doctrine**](https://github.com/Outer-Void/blux-doctrine) β€” Ethical & policy engine enforcing integrity, transparency, and responsibility.
45
- - [**BLUX Guard**](https://github.com/Outer-Void/blux-guard) β€” Developer security cockpit with real-time defense and telemetry.
46
- - [**BLUX Quantum**](https://github.com/Outer-Void/blux-quantum) β€” Unified CLI and execution bridge connecting orchestration and operations.
47
- - [**BLUX Reg**]() β€” Authorization & identity system for the ecosystem.
48
- - [**BLUX Commander**](https://github.com/Outer-Void/blux-commander) β€” UI dashboard for orchestrating BLUX components.
49
- - [**BLUX-c Avatar**](https://github.com/Outer-Void/blux-c-avatar) β€” Visual/asset library for BLUX identity & presentation.
50
 
51
- ### πŸ›  Tools & Utilities
 
52
 
53
- - [**DAT**](https://github.com/Outer-Void/dat) β€” Developer audit utility for file inspection and summaries.
54
- - [**LRC**](https://github.com/Outer-Void/lrc) β€” Local Repo Compiler builds full repo structures from declarative schemas.
55
- - [**DAT-Scan**](https://github.com/Outer-Void/dat-scan) β€” Advanced scanner & rulepacks for code and doc auditing.
56
 
57
- ## 🧠 Datasets & Evaluation
58
 
59
- - [**BLUX-cA Dataset**](https://github.com/Outer-Void/blux-ca-dataset) β€” Curated probes and evaluation artifacts for BLUX-cA training and testing.
60
 
61
- ➑ Browse models & datasets: [**Outer-Void**](https://huggingface.co/Outer-Void)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: BLUX
3
+ license: other
4
+ license_name: BLUX Proprietary License
5
+ license_link: https://github.com/Outer-Void/blux-ca/blob/main/LICENSE
6
+ tags:
7
+ - blux
8
+ - deterministic-ai
9
+ - verification
10
+ - reasoning
11
+ - code-generation
12
+ - datasets
13
+ - local-first
14
+ datasets:
15
+ - Outer-Void/blux-ca-dataset
16
+ - Outer-Void/blux-coga-dataset
17
  ---
18
 
19
+ # BLUX
 
 
 
 
20
 
21
+ BLUX is a deterministic AI system built for verifiable outputs.
22
 
23
+ Instead of optimizing for responses that merely sound right, BLUX is being built around structured reasoning, validated execution, and reproducible results.
 
24
 
25
+ ## Core Components
 
26
 
27
+ ### CogA
28
+ The reasoning layer.
 
 
29
 
30
+ CogA breaks down problems, identifies assumptions, detects contradictions, and produces structured, non-directive reasoning artifacts.
31
 
32
+ ### cA
33
+ The execution layer.
34
 
35
+ cA takes structured intent and produces validated artifacts and verdicts under explicit contracts and deterministic rules.
36
 
37
+ ## Datasets
38
 
39
+ BLUX datasets are built as regression and verification corpora aligned to real engine behavior.
 
 
 
 
 
 
 
40
 
41
+ - `blux-coga-dataset`
42
+ - `blux-ca-dataset`
43
 
44
+ These datasets are being prepared for deterministic export and training workflows.
 
 
45
 
46
+ ## Current Direction
47
 
48
+ The BLUX pipeline is:
49
 
50
+ GitHub finalization
51
+ β†’ deterministic dataset export
52
+ β†’ Hugging Face dataset publication
53
+ β†’ training
54
+
55
+ ## Links
56
+
57
+ - GitHub: https://github.com/Outer-Void
58
+ - Hugging Face: https://huggingface.co/Outer-Void
59
+
60
+ ## License
61
+
62
+ BLUX components are proprietary.
63
+
64
+ For licensing inquiries:
65
+ outervoid.blux@gmail.com