Skip to main content
Memory gives your Agents the ability to recall relevant information from past interactions. Unlike sessions (which store sequential history), memory enables semantic search - finding information by meaning, not just recency.

Quick Start

1

Simple Usage

2

With Configuration

Agent with Memory Search Tool

Give your Agent explicit control over memory:

Multi-Agent Shared Memory

Agents can share a memory pool:

Agent with Long-Term Memory

Persist memory across sessions:

Agent Context Building

Build context from memory for Agent prompts:

Agent Memory with Embeddings

Semantic search with vector embeddings:

Memory Configuration

Sessions

Sequential conversation history

Knowledge Base

Document-based Agent knowledge

Vector Stores

Scalable memory storage