Skip to main content
This example demonstrates how to share memory between Agents. This means that memories created by one Agent, will be available to the other Agents.

Code

agents_share_memory.py

Usage

1

Set up your virtual environment

2

Install dependencies

3

Export your OpenAI API key

4

Run Example