Skip to main content
In this example, we have two agents that share the same memory.

Code

cookbook/agent_concepts/memory/09_agents_share_memory.py

Usage

1

Create a virtual environment

Open the Terminal and create a python virtual environment.
2

Set your API key

3

Install libraries

4

Run Example