Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
16
def
load_memory():
17
return
load_json_list(MEMORY_FILE)[-MAX_MEMORY_ITEMS:]
18
19
20
def
save_memory(items):
Callers
2
remember_note
Function · 0.85
memory_context
Function · 0.85
Calls
1
load_json_list
Function · 0.85
Tested by
no test coverage detected