Custom decoder for LangChain messages
This MR
- Adds a custom decoder so that checkpoints fetched from DB can be converted to langchain message objects
- Fixes the decoder by setting
tool_call_id
when initializing aToolMessage
There is no user facing change at this point since we do not use the checkpoints fetched from the DB (no pause - resume).
Closes #37 (closed)
Edited by Halil Coban