kernel-execution
Deterministic bounded execution baseline for recursive inference graphs.
Usage
use ;
Scope
This crate owns the acyclic baseline, message-passing baseline, delta propagation, residual correction, and scheduler behavior for compiled kernel graphs.
Non-goals
- no authority promotion
- no hidden best effort when changed-node input is missing
- no compensation for compiler or oracle uncertainty
Ecosystem
Depends on:
stack-ids-- identity primitives (ContentDigest,ConvergenceReportId,RegionId,SyndromeId)constraint-compiler-- compiled graph artifactsrecursive-kernel-core-- authority classes and syndrome types
Depended on by:
kernel-oracleskernel-conformanceknowledge-runtimeforge-pilotcontract-schema-gen
stack-ids integration
Uses ContentDigest, ConvergenceReportId, RegionId, and SyndromeId
from stack-ids for execution report identifiers and region tracking.