Skip to main content

detect_conflicts

Function detect_conflicts 

Source
pub async fn detect_conflicts(
    engine: &MnemoEngine,
    agent_id: &str,
    threshold: f32,
) -> Result<ConflictDetectionResult>
Expand description

Detect potential conflicts (near-duplicate memories) for an agent. Uses the vector index to find memories with cosine similarity above threshold.