# DVA Tiers - Quick Reference Card ``` ┌─────────────────────────────────────────────────────────────────┐ │ MOBIUS DVA ARCHITECTURE │ │ Dynamic Virtual Architecture │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────┐ │ 🌐 UNIVERSAL ORCHESTRATOR [Entry Point] │ ├─────────────────────────────────────────────────────────────────┤ │ Purpose: Top-level routing & governance shell │ │ Inputs: Web/App, CLI, City Nodes, Org Systems │ │ Process: Thought Broker → GI Gate → Ledger → Human Review │ │ Outputs: Discord, Telegram, GitHub, Substack │ │ │ │ Files: universal_orchestrator.json │ │ GI Threshold: ≥ 0.95 for auto-action │ │ Human Escalation: < 0.95 or explicit flag │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────┐ │ 📊 DVA.LITE - Monitoring Tier [Observe Only] │ ├─────────────────────────────────────────────────────────────────┤ │ Purpose: Health checks, anomaly detection │ │ Cadence: Every 5 minutes (monitor) │ │ Daily at 06:00 (anomaly dashboard) │ │ Targets: Thought Broker, Civic Ledger, Core Services │ │ Alerts: Telegram (DVA Monitor channel) │ │ │ │ Files: dva_lite_monitor.json │ │ dva_lite_anomaly_dashboard.json │ │ Risk Level: ⚪ Lowest (read-only) │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────┐ │ 🧠 DVA.ONE - Feedback & Learning Tier [Single Node] │ ├─────────────────────────────────────────────────────────────────┤ │ Purpose: Collect feedback, propose refinements │ │ Inputs: Human overrides, approvals, rejections │ │ Process: Analyze patterns → Propose adjustments │ │ Output: Alignment proposals (no auto-change) │ │ Cadence: Real-time feedback collection │ │ Nightly batch analysis (03:00) │ │ │ │ Files: dva_one_feedback.json │ │ dva_one_learning_loop.json │ │ Risk Level: 🟡 Low (proposes only, doesn't actuate) │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────┐ │ 🤝 DVA.FULL - Multi-Agent Tier [Complex Tasks] │ ├─────────────────────────────────────────────────────────────────┤ │ Purpose: Coordinate multiple agents for complex goals │ │ Inputs: High-level tasks requiring decomposition │ │ Process: Plan → Assign → Execute → Aggregate │ │ Features: Automatic retry, recovery protocols │ │ Cadence: On-demand (webhooks) │ │ Recovery sweep every 15 minutes │ │ │ │ Files: dva_full_multiagent.json │ │ dva_full_recovery_protocol.json │ │ Risk Level: 🟠 Medium (coordinates agents) │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────┐ │ 🕸️ DVA.HIVE - Network Tier [Multi-Node/Global] │ ├─────────────────────────────────────────────────────────────────┤ │ Purpose: Federation across cities/orgs/domains │ │ Scope: Multiple Mobius nodes, cross-org coordination │ │ Process: Aggregate node GI → Cluster GI → Global attestation │ │ Outputs: Civilization health time-series │ │ Cadence: Hourly (consensus topology) │ │ Daily at 04:00 (global attestation) │ │ │ │ Files: dva_hive_consensus_topology.json │ │ dva_hive_global_attestation.json │ │ Risk Level: 🔴 High (network-wide decisions) │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────┐ │ INTEGRATION POINTS │ ├─────────────────────────────────────────────────────────────────┤ │ Thought Broker: $BROKER_URL/v1/deliberate │ │ Civic Ledger: $LEDGER_URL/ledger/attest │ │ Human Review: $TELEGRAM_REVIEW_CHAT_ID │ │ Broadcast: $DISCORD_WEBHOOK_URL │ │ Monitoring: $MONITORING_URL │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────┐ │ DEPLOYMENT SEQUENCE │ ├─────────────────────────────────────────────────────────────────┤ │ Week 1: DVA.LITE + Universal Orchestrator │ │ Week 2: DVA.ONE (Feedback loops) │ │ Week 3: DVA.FULL (Multi-agent) │ │ Week 4+: DVA.HIVE (Network federation) │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────┐ │ GOVERNANCE INVARIANTS │ ├─────────────────────────────────────────────────────────────────┤ │ ✓ Every decision passes GI gate OR escalates to human │ │ ✓ All actions attested to Civic Ledger │ │ ✓ Constitutional compliance enforced at flow level │ │ ✓ Human-in-the-loop for < 0.95 GI │ │ ✓ No shadow systems, no unaccountable loops │ └─────────────────────────────────────────────────────────────────┘ Legend: ⚪ Read-only, no actions 🟡 Proposes changes, requires approval 🟠 Coordinates agents, supervised 🔴 Network-wide impact, highest scrutiny Total Flows: 10 (5 tiers × 2 flows average) Total Files: 31 (JSON + MD + README + docs) License: CC0 (Public Domain) Status: Production-ready templates ```