first commit
This commit is contained in:
7
configs/enums.py
Normal file
7
configs/enums.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class MemoryType(Enum):
|
||||
SEMANTIC = "semantic_memory"
|
||||
EPISODIC = "episodic_memory"
|
||||
PROCEDURAL = "procedural_memory"
|
||||
Reference in New Issue
Block a user