weavatrix-memory 0.3.0

Event-sourced, bitemporal context compiler for coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod compiler;
mod model;
mod retrieval;
mod retrieved;
mod scope;
mod token;

pub use compiler::ContextCompiler;
pub use model::{ContextBundle, ContextReceipt, ContextRequest};
pub use retrieval::{
    FusedRetrievalHit, RetrievalChannel, RetrievalError, RetrievalHit, RetrievalProvider,
    RetrievalQuery, RetrievalResult, RetrievalSource, fuse_retrieval,
};
pub use retrieved::RetrievedContextBundle;
pub use token::{BytesTokenEstimator, TokenEstimator};