LangChain - LangGraph for Stateful Agents
You want to define a state schema that stores a user's
id (int), name (string), and optional email (string or None). Which is the correct way to define this schema?