Index
Mobius Substrate Documentation¶
The Canonical Architecture for Civic AI Systems
Version: 1.0
Cycle: C-198
Author: Michael Judan (Mobius Systems)
Overview¶
The Mobius Substrate is a model-agnostic architectural layer that enforces intent coherence through:
- A persistent integrity substrate
- A continuous internal coherence metric (MII)
- Multi-agent attestation with independent reasoning paths
- Action gating based on integrity thresholds
- A built-in civic economic layer (MIC)
This directory contains the canonical specifications for all substrate components.
Document Index¶
📋 RFC & Protocol¶
| Document | Description |
|---|---|
| rfc-0001-mobius-substrate-protocol.md | The canonical MSP v1.0 specification |
Core Architecture¶
| Document | Description |
|---|---|
| mobius-substrate-architecture.md | Full architecture specification |
| substrate.md | Layer-by-layer substrate design (L0-L7) |
| substrate-core.md | Runtime specification |
| substrate-flow.md | Data flow pipeline |
Integrity System¶
| Document | Description |
|---|---|
| mii-spec-v0.1.md | MII formal specification |
| mic-mii.md | Integrity economy specification |
| integrity-engine.md | MII computation model |
Agents & Coordination¶
| Document | Description |
|---|---|
| agents.md | Multi-agent architecture |
| hive.md | HIVE runtime architecture |
| mobius-hive-federation.md | Federated network specification |
Governance & Safety¶
| Document | Description |
|---|---|
| constitution.md | Mobius Constitution (Founder's Edition) |
| constitution-supplement.md | Agent behavior enforcement |
| governance-kernel.md | MGK - Constitutional control layer |
| constitution-attestations.md | MCAP - Attestation protocol |
| security-model.md | Threat model & drift containment |
| memory-model.md | Memory architecture (L0-L5) |
Quick Start¶
Understanding the Substrate¶
- Start with mobius-substrate-architecture.md for the high-level overview
- Read mii-spec-v0.1.md to understand integrity measurement
- Review agents.md for multi-agent coordination
- Study constitution.md for governance rules
Implementing Mobius¶
- Review substrate-core.md for runtime requirements
- Study substrate-flow.md for data pipeline
- Implement integrity-engine.md for MII computation
- Follow security-model.md for safety guarantees
Architecture Diagram¶
┌─────────────────────────────────────────────────────────────┐
│ MOBIUS SUBSTRATE │
├─────────────────────────────────────────────────────────────┤
│ │
│ ┌────────────────────────────────────────────────────────┐ │
│ │ CONSTITUTION (L7) │ │
│ │ Rights | Rules | Invariants | Boundaries │ │
│ └────────────────────────────────────────────────────────┘ │
│ │ │
│ ┌────────────────────────▼───────────────────────────────┐ │
│ │ INTEGRITY ENGINE (L6) │ │
│ │ MII Computation | Thresholds | Gating | Consensus │ │
│ └────────────────────────────────────────────────────────┘ │
│ │ │
│ ┌────────────────────────▼───────────────────────────────┐ │
│ │ AGENT COUNCIL (L5) │ │
│ │ JADE | AUREA | ATLAS | ECHO | HERMES | ZEUS │ │
│ └────────────────────────────────────────────────────────┘ │
│ │ │
│ ┌────────────────────────▼───────────────────────────────┐ │
│ │ MEMORY SYSTEM (L4) │ │
│ │ L0-L5 Layers | Continuity | Identity | Ledger │ │
│ └────────────────────────────────────────────────────────┘ │
│ │ │
│ ┌────────────────────────▼───────────────────────────────┐ │
│ │ RUNTIME (L3) │ │
│ │ IGE Loop | Execution | Safety Hooks | Logging │ │
│ └────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────┘
Key Concepts¶
Mobius Integrity Index (MII)¶
The central metric for system coherence:
MII = w1×C + w2×E + w3×M + w4×R + w5×S
Where:
C = Constitutional Coherence
E = Ethical Alignment
M = Memory Integrity
R = Reasoning Consistency
S = Substrate Stability
Core Agents¶
| Agent | Role | Domain |
|---|---|---|
| JADE | Memory Guardian | Identity, Memory |
| AUREA | Integrity Guardian | Safety, Governance |
| ATLAS | Logic Engine | Reasoning, Risk |
| ECHO | Reality Interface | Facts, Verification |
| HERMES | Market Analyst | Temporal, Economic |
| ZEUS | Arbiter | Conflicts, Emergency |
MII Thresholds¶
| MII Range | Mode | Action |
|---|---|---|
| ≥ 0.95 | Fast Path | Direct execution |
| 0.80–0.95 | Reflection | Multi-agent review |
| 0.70–0.80 | Arbitration | Full council vote |
| < 0.70 | Halt | Human intervention |
Contributing¶
Contributions to improve these specifications are welcome. Please ensure:
- Constitutional compliance
- Multi-agent verification
- Integrity documentation
- Test coverage
License¶
All documents in this directory are released under CC0 Public Domain.
Mobius Systems — "We heal as we walk."