Skip to main content

Crate plato_tile_cascade

Crate plato_tile_cascade 

Source
Expand description

§plato-tile-cascade

Dependency cascade engine.

From OLMo’s insight: corrections to knowledge tiles propagate downstream. When a tile changes, all tiles that depend on it may need re-validation, re-scoring, or invalidation.

This is the propagation engine that sits on top of plato-tile-graph.

Structs§

CascadableTile
A tile with dependency metadata.
CascadeConfig
Cascade configuration.
CascadeEffect
Cascade effect on a downstream tile.
CascadeEngine
Dependency cascade engine.

Enums§

CascadeEvent
Cascade event type.