Table of Contents

Enum MemoryType

Namespace
LMKit.Agents
Assembly
LM-Kit.NET.dll

Enumerates the different types of memory within the AgentMemory system.

public enum MemoryType

Fields

Semantic = 0

Represents semantic memory, which stores general knowledge and conceptual information.

Episodic = 1

Represents episodic memory, which stores personal experiences and specific events.

Procedural = 2

Represents procedural memory, which stores information related to tasks, processes, and methods.