weavatrix-memory 0.3.2

Event-sourced bitemporal evidence memory and budgeted context retrieval for coding agents
Documentation
1
2
3
4
5
6
7
pub(crate) mod memory;
mod replay;

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