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

Interface IMemoryCore

packages/adapter-base/src/index.ts:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12// or by the bridge client (Python adapter wrapping JSON-RPC calls).
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>;
19 shutdown(): Promise<void>;
20}
21
22// ─── Adapter interface ───
23

Callers 24

createMemorySearchToolFunction · 0.65
verifyEvalsMethod · 0.65
searchFunction · 0.65
createMemorySearchToolFunction · 0.65
verifyEvalsMethod · 0.65
searchFunction · 0.65
captureFunction · 0.80
recallFunction · 0.80
flushFunction · 0.65
shutdownFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected