pub async fn detect_memories_smart(
text: &str,
session_id: Option<&str>,
extractor: Option<&AiMemoryExtractor>,
) -> Vec<MemoryEntry>Expand description
Smart detection: rule-based + AI fallback.
pub async fn detect_memories_smart(
text: &str,
session_id: Option<&str>,
extractor: Option<&AiMemoryExtractor>,
) -> Vec<MemoryEntry>Smart detection: rule-based + AI fallback.