MCPcopy Index your code
hub / github.com/geekcomputers/Python / load_memory

Function load_memory

JARVIS/memory.py:16–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def load_memory():
17 return load_json_list(MEMORY_FILE)[-MAX_MEMORY_ITEMS:]
18
19
20def save_memory(items):

Callers 2

remember_noteFunction · 0.85
memory_contextFunction · 0.85

Calls 1

load_json_listFunction · 0.85

Tested by

no test coverage detected