MCPcopy Create free account
hub / github.com/MemTensor/MemOS / search

Method search

packages/adapter-base/src/index.ts:15–15  ·  view source on GitHub ↗
(query: MemoryQuery)

Source from the content-addressed store, hash-verified

13
14export interface IMemoryCore {
15 search(query: MemoryQuery): Promise<MemorySearchResult>;
16 ingest(event: MemoryEvent): Promise<void>;
17 buildPrompt(query: MemoryQuery): Promise<PromptInjection>;
18 flush(): Promise<void>;

Callers 15

createMemorySearchToolFunction · 0.65
verifyEvalsMethod · 0.65
searchFunction · 0.65
createMemorySearchToolFunction · 0.65
verifyEvalsMethod · 0.65
searchFunction · 0.65
_feedback_polarityFunction · 0.65
_feedback_magnitudeFunction · 0.65
api_analyzer.pyFile · 0.65
chatMethod · 0.65

Calls

no outgoing calls

Tested by 8

chatMethod · 0.52
test_searchMethod · 0.52
test_searcher_fast_pathFunction · 0.52
test_search_memoriesMethod · 0.52
test_searchFunction · 0.52