Skip to main content
This example shows how to use agentic memory with a team. The team can create and update user memories during each run based on the conversation.

Code

team_with_agentic_memory.py

Usage

1

Set up your virtual environment

2

Install dependencies

3

Set up PostgreSQL database

Start PostgreSQL with pgvector and update the connection string in the code as needed.
4

Set environment variables

5

Run the example