Skip to main content
This example demonstrates how to enable session caching to store team sessions in memory for faster access and improved performance.

Code

cookbook/examples/teams/session/08_cache_session.py

Usage

1

Create a virtual environment

Open the Terminal and create a python virtual environment.
2

Install required libraries

3

Set environment variables

4

Start PostgreSQL database

5

Run the agent