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
8
9
10
11
12
13
14
mod engine;
mod key;
mod linker;
mod model;
mod provider;

pub use engine::AutoExtractionEngine;
pub use linker::EntityLinker;
pub use model::{
    EntityHint, ExtractedEntity, ExtractedRelation, ExtractionInput, ExtractionOutput,
    ExtractionPlan, LinkCandidate, LinkDecision, LinkMethod, LinkPolicy, RejectedRelation,
    TextSpan,
};
pub use provider::{ExtractionError, ExtractionProvider};