-
Notifications
You must be signed in to change notification settings - Fork 0
Mesh
BRYAN DAVID WHITE edited this page Feb 23, 2026
·
5 revisions
The Mesh layer enables federated credibility governance across multiple DeepSigma nodes. Each node maintains its own credibility state and participates in consensus to produce tamper-evident, cross-organization trust scores.
Source: src/mesh/
| Role | Purpose |
|---|---|
| Edge | Ingests local decision episodes and computes local credibility |
| Validator | Verifies claims and drift signals from edge nodes |
| Aggregator | Combines validated scores into composite cross-node credibility |
| Seal Authority | Issues tamper-evident seals for consensus decisions |
Edge Node A ──┐
├──→ Validator ──→ Aggregator ──→ Seal Authority
Edge Node B ──┘
- Push — edge nodes push events to validators via HTTP/msgpack
- Pull — aggregators pull validated batches from validators
- Consensus — quorum-based agreement before seal issuance
| Protocol | Package | Use |
|---|---|---|
| HTTP + msgpack |
httpx, msgpack
|
Default inter-node transport |
| In-process | — | Single-node / test mode |
Install: pip install -e ".[mesh]"
| Variable | Default | Description |
|---|---|---|
MESH_NODE_ID |
auto-generated | Unique node identifier |
MESH_ROLE |
edge |
Node role (edge/validator/aggregator/seal-authority) |
MESH_PEERS |
(empty) | Comma-separated peer URLs |
MESH_QUORUM |
2 |
Minimum validators for consensus |
docker compose --profile mesh up- Credibility Engine — Local credibility scoring
- Architecture — System component map
- Security — Seal integrity and authorization
Σ OVERWATCH — Coherence Ops Platform • Current release: v2.1.0 • DeepSigma
- Start
- Core
- Schemas
- FEEDS + Exhaust
- Integrations
- Reference Layer
- Ops
- Excel-First
- EDGE + ABP
- Domain Modes
- Governance
- Meta