Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/NanoResearch
/ MemoryType
Class
MemoryType
nanoresearch/evolution/memory.py:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
134
135
class
MemoryType(str, Enum):
136
USER_PROFILE =
"user_profile"
137
PROJECT_CONTEXT =
"project_context"
138
DECISION_HISTORY =
"decision_history"
139
140
141
class
MemoryScope(str, Enum):
Callers
1
remember
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected