Skip to main content
This example demonstrates how to use persistent memory with a team. After each run, user memories are created and updated, allowing the team to remember information about users across sessions and provide personalized experiences.

Code

cookbook/examples/teams/memory/01_team_with_memory_manager.py

Usage

1

Create a virtual environment

Open the Terminal and create a python virtual environment.
2

Set up PostgreSQL database

3

Install required libraries

4

Set environment variables

5

Run the agent