Defines the structure for memory data persistence in the swarm system. Wraps arbitrary memory data for storage, used by PersistMemoryUtils.
PersistMemoryUtils
The type of the memory data, defaults to unknown. IPersistMemoryData
unknown
The memory data to persist (e.g., session context or temporary state)
Defines the structure for memory data persistence in the swarm system. Wraps arbitrary memory data for storage, used by
PersistMemoryUtils
.