Skip to main content

Crate eidos_ekf

Crate eidos_ekf 

Source
Expand description

EKF — Eidos Knowledge Format package contract.

EKF is the package boundary around Eidos, not the runtime graph. It declares partitions, source roots, policies, gates, and artifact layout. Eidos still computes the graph, retrieval confidence, trust tiers, and receipts.

This crate intentionally parses only the small v0.1 manifest subset Eidos consumes today. Unsupported or malformed structure becomes diagnostics instead of implicit behavior.

Structs§

CodeSource
EkfDiagnostic
GateIntent
Manifest
PackageConfig
PackageReport
PackageRequest
PartitionManifest
RelationPolicy
ResolvedPartition
ResolvedSourceRoot
ResolvedSources
SourceManifest
TrustPolicy

Enums§

DiagnosticSeverity

Constants§

MANIFEST_FILE
SUPPORTED_EKF_VERSION

Functions§

gate_intent
parse_manifest
parse_manifest_file
resolve_package