session_state
variables directly into the agent’s instructions using add_state_in_messages
.
Code
cookbook/agent_concepts/state/state_in_prompt.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