LangChain - LangGraph for Stateful Agents
Why does this routing code cause a runtime error?
conditions = [lambda ctx: ctx['value'] > 0, lambda ctx: ctx['value'] <= 0]
ctx = {}
