MCPcopy 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
135class MemoryType(str, Enum):
136 USER_PROFILE = "user_profile"
137 PROJECT_CONTEXT = "project_context"
138 DECISION_HISTORY = "decision_history"
139
140
141class MemoryScope(str, Enum):

Callers 1

rememberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected