LangChain - LangGraph for Stateful Agents
Identify the error in this LangGraph code snippet:
flow.add_node(HumanNode('feedback'))
flow.add_node(AINode(name='process'))
flow.add_edge('feedback', 'process')