Skip to main content
This example shows you how to use persistent memory with an Agent. During each run the Agent can create/update/delete user memories. To enable this, set enable_agentic_memory=True in the Agent config.

Code

agentic_memory.py

Usage

1

Set up your virtual environment

2

Set your API key

3

Install dependencies

4

Run Example