Memory Types¶ Memory type definitions. Classes¶ class arshai.memory.memory_types.ConversationMemoryType(value)[source]¶ Bases: str, Enum Enumeration of memory types supported by the system. SHORT_TERM_MEMORY = 'SHORT_TERM_MEMORY'¶ LONG_TERM_MEMORY = 'LONG_TERM_MEMORY'¶ WORKING_MEMORY = 'WORKING_MEMORY'¶