MCPcopy Create free account
hub / github.com/OpenRaiser/NanoResearch / MemoryScope

Class MemoryScope

nanoresearch/evolution/memory.py:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141class MemoryScope(str, Enum):
142 GLOBAL_USER = "global_user"
143 PROJECT = "project"
144 WORKSPACE_DERIVED = "workspace_derived"
145
146
147class ResearchMemoryKind(str, Enum):

Callers 1

rememberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected