Versions in this module Expand all Collapse all v0 v0.2.0 Apr 17, 2026 Changes in this version + type ConsolidationResult struct + Duration time.Duration + Insights []Insight + MergedCount int + ProcessedCount int + type Consolidator struct + func NewConsolidator(mgr *memory.Manager) *Consolidator + func (c *Consolidator) Run(ctx context.Context, filter *memory.SearchFilter) (*ConsolidationResult, error) + func (c *Consolidator) SetSimilarityThreshold(t float64) + type Insight struct + Confidence float64 + Content string + CreatedAt time.Time + InsightType string + SourceIDs []string