MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / RunMemoryRecallWithQuery

Function RunMemoryRecallWithQuery

agent/memory_recall.go:48–50  ·  view source on GitHub ↗
(ctx context.Context, state *AgentState, query string)

Source from the content-addressed store, hash-verified

46 content, ids := formatFabricSearchResult(result, referenceTime)
47 if strings.TrimSpace(content) == "" {
48 return nil
49 }
50 return []MemoryRecall{{
51 Filename: "memory-fabric", Content: content, RecallID: "memory-fabric", RecallIDs: ids,
52 }}
53}

Callers

nothing calls this directly

Calls 2

GetConfigFunction · 0.92

Tested by

no test coverage detected