femind 0.2.0

Pluggable, feature-gated memory engine for AI agent applications
Documentation
1
2
3
4
5
6
mod budget;

pub use budget::{
    AssemblyConfig, ContextAssembly, ContextBudget, ContextItem, PRIORITY_BEHAVIORAL,
    PRIORITY_HISTORICAL, PRIORITY_LEARNING, PRIORITY_RETRY, PRIORITY_SIMILAR, PRIORITY_SPEC,
};