Ignore certain fields in state from checkpointing #3192
ykothari-hirefly
started this conversation in
Ideas
Replies: 2 comments
-
consider passing the handler via |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi I have a similar requirement, I track the type of model calls through the state graph, but don't want to persist all the time? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this agent state defined:
The
progress_handler
is a callback that logs certain information passed by various nodes. Now during checkpointing, I don't want to persist this information, but at the moment I cannot find any way apart from creating a wrapper on this callable to allow check pointer to continue without breaking because of failed JSON serialization.Beta Was this translation helpful? Give feedback.
All reactions