Skip to main content

Module analyzer

Module analyzer 

Source
Expand description

Content analysis for pre-compact hook.

This module handles extracting capture candidates from conversation content using keyword-based language detection.

Structs§

CaptureCandidate
Candidate for capture.

Functions§

calculate_section_confidence
Calculates confidence for a section based on heuristics.
contains_blocker_language
Checks if text contains blocker-related language.
contains_context_language
Checks if text contains context-related language.
contains_decision_language
Checks if text contains decision-related language.
contains_learning_language
Checks if text contains learning-related language.
contains_pattern_language
Checks if text contains pattern-related language.
deduplicate_candidates
Removes duplicate/similar candidates based on content fingerprints.