Facing issues with passing memory checkpointer in lanngraph agents

kishan_
New Contributor II

Hi,

I am trying to create a simple langgraph agent in Databricks, the agent also uses lanngraph memory checkpoint which enables to store the state of the graph. This is working fine when I am trying it in Databricks notebook, but when I tried to log this as Mlfow model, I couldn't find any documentation on where to pass the memory checkpoint

I want to know if there is way we can pass memory checkpoint when logging langgraph agent in Mlflow