Browse Guides
Guides · Platform

Add Tiered Memory

Give the agent access to earlier messages in the current session.

1 min read

Add Tiered Memory

Without memory, each request is independent. Tiered Memory lets the agent use earlier messages from the current session while managing how much history is sent to the model.

  1. Select Add Node.
  2. Expand Memory and drag Tiered Memory onto the canvas.
  3. Connect the Tiered Memory output to the AI Agent's Memory input.
A complete agent Flow with Tiered Memory connected to the AI Agent
Screenshot previewA complete agent Flow with Tiered Memory connected to the AI Agent
A complete agent Flow with Tiered Memory connected to the AI Agent

The default settings are a good starting point. Tiered Memory keeps recent messages in full, then compresses older tool activity and responses as the conversation grows.

Test it by sending My name is Alex, followed by What is my name? in the same chat session. The second response should use the earlier message.

Memory is optional. Leave it out for one-shot extraction or transformation Flows where requests should not influence one another.

See the Tiered Memory node reference.