1
Create a Python file
change_state_on_run.py
2
Set up your virtual environment
3
Install dependencies
4
Export your OpenAI API key
5
Run Agent
Pass a user’s name and age into session state at run time and keep the values isolated per session and user.
Create a Python file
Set up your virtual environment
Install dependencies
Export your OpenAI API key
Run Agent