MemoryStrategyType

class aws_cdk.aws_bedrock_agentcore_alpha.MemoryStrategyType(*values)

Bases: Enum

(experimental) Long-term memory extraction strategy types.

Stability:

experimental

Attributes

CUSTOM

(experimental) Customize memory processing through custom foundation model and prompt templates.

Stability:

experimental

EPISODIC

(experimental) Episodic memory strategy - captures meaningful slices of user and system interactions.

Stability:

experimental

SEMANTIC

(experimental) Semantic memory strategy - extracts general factual knowledge, concepts and meanings from raw conversations using vector embeddings for similarity search.

Stability:

experimental

SUMMARIZATION

(experimental) Summarization strategy - extracts concise summaries to preserve critical context and key insights.

Stability:

experimental

USER_PREFERENCE

(experimental) User preferences strategy - extracts user behavior patterns from raw conversations.

Stability:

experimental