Skip to main content

agentic_memory_bundle

Function agentic_memory_bundle 

Source
pub fn agentic_memory_bundle<T: Clone + 'static>(
    graph: &Graph,
    opts: AgenticMemoryBundleOptions<T>,
) -> AgenticMemoryBundle<T>
Expand description

Compose D164 agentic-memory records into retrieval and context DATA facts.

The bundle owns no storage restore/hydration, schedulers, TTL timers, vector DB handles, LLM/tool runners, or protocol behavior. It validates the record envelope, projects valid records to MemoryFragment facts, then feeds the lower memory_retrieval_bundle pattern through declared graph deps.