Skip to main content
This example demonstrates how to build a stateful agent that can manage its state across multiple runs.

Code

cookbook/agent_concepts/state/shopping_list.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