Skip to main content

MemoryBridge

Trait MemoryBridge 

Source
pub trait MemoryBridge: Send + Sync {
    // Provided methods
    fn link_pattern_to_memory(
        &self,
        pattern_id: &str,
        node_id: u64,
    ) -> Result<(), String> { ... }
    fn query_related_memories(
        &self,
        pattern_name: &str,
        max_results: usize,
    ) -> Vec<String> { ... }
}
Expand description

Bridge to agentic-memory for linking patterns to memory nodes.

Provided Methods§

Implementors§