Kenichi Nakanishi

Results 2 comments of Kenichi Nakanishi

Issue is coming from the definition of `GraphState` that's passed to `langgraph.graph.StateGraph`. If all `any` is updated to `typing.Any` in the `GraphState` definition, the `get_graph` method can run with no...

Thanks @nfcampos! You're right. I've had a search, and none of the examples in the repo have an incorrect use of `any` in any `TypedDict` state definition, so I've closed...