Implement recorrelation logic

This commit is contained in:
Logan
2026-04-21 22:19:57 -04:00
parent 338b946ba3
commit 65839a3191
5 changed files with 158 additions and 13 deletions
+1
View File
@@ -27,6 +27,7 @@ class Settings(BaseSettings):
embedding_similarity_threshold: float = 0.93 # slow-path cosine threshold (tiebreaker only)
location_proximity_km: float = 0.5 # radius for location-proximity matching
incident_auto_resolve_minutes: int = 90 # auto-resolve after N minutes with no new calls
recorrelation_scan_minutes: int = 15 # re-examine orphaned calls ended within this window
# Vocabulary learning
vocabulary_induction_interval_hours: int = 24 # how often the induction loop runs