weavatrix-memory 0.2.0

Event-sourced, bitemporal context compiler for coding agents
Documentation
1
2
3
4
5
mod memory;
mod replay;

pub use memory::{CompactSnapshotCodec, MemoryProjection, ProjectionClock};
pub use replay::{Projection, ProjectionSnapshot, ReplayCursor, replay, replay_tracked, resume};