Skip to main content

Module core

Module core 

Source
Expand description

Canonical validated and compiled backend plans.

This module is the internal/public bridge between wrapper AST specs (RateBackend, CompressionBackend) and the compiled runtime plans used by the generic Rust API.

Structs§

CanonicalBytes
Deterministic binary canonical code for a validated spec.
CompiledCompressionBackend
Compiled immutable compression-backend runtime plan.
CompiledRateBackend
Compiled immutable rate-backend runtime plan.
CompressionBackendCapabilities
Shared capability metadata for compression backends.
RateBackendCapabilities
Shared capability metadata for rate backends.
SpecEnvironment
Compilation environment for backend/spec validation and canonicalization.
ValidatedCompressionBackend
Canonicalized and feature-validated compression backend wrapper.
ValidatedRateBackend
Canonicalized and feature-validated rate backend wrapper.

Enums§

AssetRef
Typed external asset reference captured by a validated/compiled spec.
MethodBackendFamily
Shared execution family for method-backed neural backends.
RateBackendTraceStrategy
Trace-model execution strategy used by VM/AIXI adapters.