Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- oowm
|
| 5 |
+
- organic-open-world-model
|
| 6 |
+
- sovereign-router
|
| 7 |
+
- csoai
|
| 8 |
+
- mcp
|
| 9 |
+
- bft
|
| 10 |
+
- sigil
|
| 11 |
+
- care-floor
|
| 12 |
+
size_categories:
|
| 13 |
+
- 1K<n<10K
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# csoai/oowm-runtime
|
| 17 |
+
|
| 18 |
+
The CSOAI Organic Open World Model (OOWM) runtime — the master substrate for sovereign AI.
|
| 19 |
+
|
| 20 |
+
## Contents
|
| 21 |
+
|
| 22 |
+
- `oowm_runtime.py` — The kingpin module. Schedules models, calls tools, BFT 12-around-1 deliberation, SIGIL every emission, Care Floor 0.95 enforcement.
|
| 23 |
+
- `router_control.py` — Scientific control for whether the router earns its complexity (FIXED / RANDOM / ROUTED comparison).
|
| 24 |
+
- `seed_v4.json` — The 33-doc v4 substrate seed (knowledge.py index that the OOWM server queries).
|
| 25 |
+
|
| 26 |
+
## Architecture
|
| 27 |
+
|
| 28 |
+
Per turn, the OOWM runtime:
|
| 29 |
+
1. Schedules an open-source model from a registered pool (no GPT-4, no Claude, no Gemini)
|
| 30 |
+
2. Calls open-source tools from a registered MCP pool
|
| 31 |
+
3. Remembers across all chats in one substrate (SciMem cross-thread)
|
| 32 |
+
4. Decides when to spawn sub-agents and when to invoke sovereign simulators
|
| 33 |
+
5. BFT 12-around-1 deliberates on every consequential action
|
| 34 |
+
6. SIGIL Ed25519+PQC-ML-DSA-65 every emission, hash-chained, publicly auditable
|
| 35 |
+
7. Care Floor 0.95 enforced — refuses anything below
|
| 36 |
+
|
| 37 |
+
## Sovereign constants
|
| 38 |
+
|
| 39 |
+
- `CARE_FLOOR = 0.95` (non-negotiable)
|
| 40 |
+
- `SIGIL_ALGO = "ed25519+pqc-ml-dsa-65"`
|
| 41 |
+
- `CROWN_LINEAGE = "1795-2026"`
|
| 42 |
+
- `BFT_TOTAL = 12`, `BFT_THRESHOLD = 8`
|
| 43 |
+
|
| 44 |
+
## Linked
|
| 45 |
+
|
| 46 |
+
- Router model: https://huggingface.co/csoai/oowm-router
|
| 47 |
+
- Demo: https://huggingface.co/spaces/csoai/oowm-router-demo
|
| 48 |
+
- Primary sovereign: https://huggingface.co/csoai/sov34-1p5b
|
| 49 |
+
- Provenance: Living-training-attestation, not a certification. Every figure traces to a signed, verifiable record.
|