oowm-runtime / README.md
Nicholastempleman's picture
Upload README.md with huggingface_hub
fa9fac5 verified
|
Raw
History Blame Contribute Delete
1.69 kB
metadata
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