LangChain - LangGraph for Stateful Agents
Given the code:
What will be printed?
nodeA = Node('A')
nodeB = Node('B')
edge = Edge(nodeA, nodeB)
print(edge.start.name)What will be printed?
