Skip to content

Architecture

BRYAN DAVID WHITE edited this page Mar 7, 2026 · 14 revisions

Architecture

OVERWATCH sits between agent frameworks and data/action planes.

Agent Frameworks (LangChain/LangGraph/etc)
          |
          v
   ┌─────────────────────────────────┐
   │  Σ OVERWATCH (Coherence Ops)     │
   │  - DTE deadlines & budgets       │
   │  - TTL / TOCTOU freshness        │
   │  - Safe Action Contract          │
   │  - Verification                  │
   │  - Sealing + Drift→Patch         │
   │  ┌─────────────────────────────┐ │
   │  │  Domain Modes (67 funcs)    │ │
   │  │  IntelOps → ReOps →        │ │
   │  │  AuthorityOps → FranOps →  │ │
   │  │  ParadoxOps ↕ Cascade ↕    │ │
   │  └─────────────────────────────┘ │
   │  ┌─────────────────────────────┐ │
   │  │  DecisionSurface Runtime    │ │
   │  └─────────────────────────────┘ │
   │  - Event Contracts (79 events)   │
   │  - FEEDS pub/sub routing         │
   └─────────────────────────────────┘
          |
          v
Data / Action Planes (Foundry, APIs, Power Platform, etc)

Transport options:

  • MCP server (recommended) or MCP gateway
  • Direct adapters (LangChain callbacks/tool wrappers)

See also: Runtime Flow

Mermaid diagrams:

Clone this wiki locally