File size: 1,685 Bytes
fa9fac5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
license: apache-2.0
tags:
- oowm
- organic-open-world-model
- sovereign-router
- csoai
- mcp
- bft
- sigil
- care-floor
size_categories:
- 1K<n<10K
---

# csoai/oowm-runtime

The CSOAI Organic Open World Model (OOWM) runtime — the master substrate for sovereign AI.

## Contents

- `oowm_runtime.py` — The kingpin module. Schedules models, calls tools, BFT 12-around-1 deliberation, SIGIL every emission, Care Floor 0.95 enforcement.
- `router_control.py` — Scientific control for whether the router earns its complexity (FIXED / RANDOM / ROUTED comparison).
- `seed_v4.json` — The 33-doc v4 substrate seed (knowledge.py index that the OOWM server queries).

## Architecture

Per turn, the OOWM runtime:
1. Schedules an open-source model from a registered pool (no GPT-4, no Claude, no Gemini)
2. Calls open-source tools from a registered MCP pool
3. Remembers across all chats in one substrate (SciMem cross-thread)
4. Decides when to spawn sub-agents and when to invoke sovereign simulators
5. BFT 12-around-1 deliberates on every consequential action
6. SIGIL Ed25519+PQC-ML-DSA-65 every emission, hash-chained, publicly auditable
7. Care Floor 0.95 enforced — refuses anything below

## Sovereign constants

- `CARE_FLOOR = 0.95` (non-negotiable)
- `SIGIL_ALGO = "ed25519+pqc-ml-dsa-65"`
- `CROWN_LINEAGE = "1795-2026"`
- `BFT_TOTAL = 12`, `BFT_THRESHOLD = 8`

## Linked

- Router model: https://huggingface.co/csoai/oowm-router
- Demo: https://huggingface.co/spaces/csoai/oowm-router-demo
- Primary sovereign: https://huggingface.co/csoai/sov34-1p5b
- Provenance: Living-training-attestation, not a certification. Every figure traces to a signed, verifiable record.