Versions in this module Expand all Collapse all v0 v0.2.1 Jul 24, 2026 v0.2.0 Jul 24, 2026 Changes in this version + type Fact struct + CreatedAt time.Time + Hash string + ID string + Scope Scope + Score float32 + Text string + type Message struct + Content string + Name string + Role string + type Scope struct + AgentID string + RunID string + UserID string + type Store interface + Add func(ctx context.Context, msgs []Message, scope Scope) ([]Fact, error) + Close func() error + Search func(ctx context.Context, query string, scope Scope, k int) ([]Fact, error)