Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 Changes in this version + func InjectTeamContext(eng *engine.Engine, teamStore *storage.Store, teamID, query string, limit int) ([]*storage.Node, error) + func ListTeamMemories(store *storage.Store, teamID string) ([]*storage.Node, error) + func Share(src *storage.Store, dst *storage.Store, in ShareInput) (*storage.Node, error) + type ShareInput struct + NodeID string + SharedBy string + TeamID string