Share via


memory Module

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.

Classes

ListMemory

Default implementation of Memory using list-based storage.

Provides in-memory storage for conversation messages with optional persistent storage backend support.

Initialize list-based memory.

Memory

Protocol for conversation memory storage implementations.

Memory stores and retrieves conversation messages, enabling persistent context across multiple interactions with AI models.