Expand description
Content analysis for pre-compact hook.
This module handles extracting capture candidates from conversation content using keyword-based language detection.
Structs§
- Capture
Candidate - 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.