knowledge-runtime
Bounded orchestration scaffold for semantic-memory: classification, routing, scoped entity resolution, provenance-preserving merge, and projection status tracking.
Usage
use ;
What this crate is for
This crate provides intent classification, route planning, entity resolution,
result merging, and projection lifecycle tracking on top of semantic-memory.
It never owns source truth; all facts, episodes, documents, and messages live
in semantic-memory.
Non-goals
- do not let local convenience APIs become de facto truth surfaces
- prefer explicit versioned contracts over drift-by-example
Ecosystem
Depends on:
stack-ids-- identity primitives (EntityId,ScopeKey,TraceCtx,ClaimId,ClaimVersionId)semantic-memory-- durable projected/queryable truth storeconstraint-compiler,forge-memory-bridge,kernel-execution,kernel-oraclesrecursive-kernel-core
Depended on by:
forge-pilotkernel-conformancecontract-schema-gen
stack-ids integration
Uses EntityId, ScopeKey, TraceCtx, ClaimId, and ClaimVersionId from
stack-ids for entity resolution, scope partitioning, and query tracing.