learning langgraph 0->hero
- normal python dictionary isnt strict to types of key-value pair
- solution is typed dictionary
- quite important for defining **States**
- each nodes are connected using edges.
We'll build below
Install langggraph
pip install -U langgraph
see app.py
- see level2.py
streamming.mp4
#### see sequencial-multinodes.py
Agent 1:created simple chatbot
Agent 2:created conversational history in temp file


