Optionallogger: ILoggerOptionalconfig: Partial<DistillerConfig>Called for each processed outcome. Triggers distillation at threshold.
Run distillation on current OutcomeStore data.
Get distiller statistics.
Promote high-confidence rules to RoutingMemory. Rules must be active, non-tainted, with sufficient observations and confidence.
ProtectedloadLoad pre-existing rules (e.g., from disk). Used by PersistentStrategyDistiller.
Distills outcome patterns into routing rules.
Subscribe to OutcomeFeedbackCollector.onOutcomeProcessed() and call onOutcome() for each processed outcome. Distillation triggers automatically every
triggerThresholdoutcomes.