Skip to main content

Overview

List all saved memories for this agent with topics, keywords, and previews. Optionally filter by keyword.

Use Cases

  • Memory browser: Render the agent’s full memory store in a debugging view.
  • Pruning: Identify memories to remove or merge.
  • Contextual filtering: Scope memories by a topic before passing them to the LLM.

Configuration Fields

Keyword Filter

  • Description: Optional keyword to filter memories.

Output Variable Name

  • Description: Variable name to store the list of memories.
  • Validation: Only letters, numbers, and underscores.
  • Required: Yes