what's the differece between thread in langgraph and langsmith #5646
Unanswered
baixianger
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Based on my understanding, LangGraph is a framework used to build LLM agents. LangSmith is a platform used to trace any LangGraph application deployment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am learning langgraph and langsmith both. Bui i found they all have the same concepts about threads.
One comes from langraph's checkpoint to memory the states of the agent graph. The other is the trace concept from langsmith to group the same series of testing together.
That's very confusing, because both could be seen from langgraph studio webpage.
Are they the same stuff? Anyone could explain this for me.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions