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

Method get_memory

src/memos/mem_reader/base.py:44–47  ·  view source on GitHub ↗

Various types of memories extracted from scene_data

(
        self, scene_data: list, type: str, info: dict[str, Any], mode: str = "fast", **kwargs
    )

Source from the content-addressed store, hash-verified

42
43 @abstractmethod
44 def get_memory(
45 self, scene_data: list, type: str, info: dict[str, Any], mode: str = "fast", **kwargs
46 ) -> list[list[TextualMemoryItem]]:
47 """Various types of memories extracted from scene_data"""
48
49 @abstractmethod
50 def fine_transfer_simple_mem(

Callers 6

process_messageMethod · 0.45
addMethod · 0.45
_pure_addMethod · 0.45
_process_text_memMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected