Skip to main content
Set update_memory_on_run=True and pass a custom MemoryManager to run it on every team run. The manager can create and update user memories based on the latest input. Set delete_memories=True on the manager to let it delete them too.

Code

team_with_memory_manager.py

Usage

1

Set up your virtual environment

2

Install dependencies

3

Start PostgreSQL database

4

Set environment variables

5

Run the example