Skip to main content

Overview

Conversation Memory persists the complete chat history for a session, enabling agents to reference previous messages and maintain context across interactions.

Save vs Load

You can save history without injecting it — useful when pairing with summary memory to reduce token usage while keeping a full audit trail.

Basic Usage

Save-Only Mode

Save full history for auditing but don’t inject it into context:

With Message Limiting

Control memory size by limiting to the last N conversation turns:

With Tool Call Results

Include tool execution results in the conversation history:

Parameters