RunnableConfig metadata #249
-
|
There is requirement for RunnableConfig metadata values to be JSON serializable in Langgraph Python API (https://python.langchain.com/api_reference/core/runnables/langchain_core.runnables.config.RunnableConfig.html) Is such requirement either present or planned valid also for RunnableConfig metadata in Langgraph4j? We would like to store values which are not meant to be serializable. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @petrsychrava currently in LangGraph4j However I'm curios and the question here is: what are the use cases where is useful that LangGraph4j serialise runnable configuration ? |
Beta Was this translation helpful? Give feedback.
Hi @petrsychrava I confirm that there isn't any plan to make
RunnableConfigserializable