LangChain - LangGraph for Stateful Agents
Given this state schema class:
What will be the type of
class SessionState:
user_id: int
active: boolWhat will be the type of
active in an instance of SessionState?