Learn to handle shared state between the different components of a Workflow
add_item
function which is passed as a tool to the Agent
modifies the workflow session state by adding an item to the shopping list.
workflow_session_state
is shared across all agents and teams within a workflow. This allows for seamless collaboration and data sharing between different components.