Skip to main content
This example demonstrates how to use agentic memory with a team. Unlike simple memory storage, agentic memory allows the AI to actively create, update, and delete user memories during each run based on the conversation context, providing intelligent memory management.

Code

cookbook/examples/teams/memory/02_team_with_agentic_memory.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