Replies: 3 comments
-
same problem with @langchain/langgraph 0.2.8 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@SDCalvo the problem it has been solved. delete all lockfile and node_modules than reinstall all dependencies. a release has been made for @langchain/langgraph-checkpoint v0.0.7 |
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 left a post on stackoverflow explaining everything in detail, but thought to also post here just in case.
Original Post
've been going crazy trying to fix this issue, I'm trying to make a personal project using LangGraph and I get this error
This is my code so far
From what I've gathered and things I tried the issue seem to be storing messages in state, I'm not sure what is causing the issue honestly but it seems to be I'm having some sort of circular reference in the state.
For some more context I found this is the method finding the circular reference
Which comes from
@langchain/langgraph-checkpoint/dist/serde/jsonplus.js:27
I'm at a loss right now, this might be a bug or I might be doing something wrong. Any help is much apreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions