| 179 | }; |
| 180 | |
| 181 | export interface MemoryWithConfidence extends Memory { |
| 182 | effectiveConfidence: number; |
| 183 | stale: boolean; |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Compute confidence decay: confidence = 2^(-age_days / half_life) |
nothing calls this directly
no outgoing calls
no test coverage detected