-
Notifications
You must be signed in to change notification settings - Fork 139
Add dapr checkpointer for LangGraph #862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: yaron2 <schneider.yaron@live.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #862 +/- ##
==========================================
+ Coverage 86.63% 87.14% +0.51%
==========================================
Files 84 93 +9
Lines 4473 6163 +1690
==========================================
+ Hits 3875 5371 +1496
- Misses 598 792 +194 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cicoyle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tiny typo :)
Co-authored-by: Cassie Coyle <cassie.i.coyle@gmail.com> Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
|
It's also missing tests |
Co-authored-by: Albert Callarisa <albert@acroca.com> Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Albert Callarisa <albert@acroca.com> Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Albert Callarisa <albert@acroca.com> Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: yaron2 <schneider.yaron@live.com>
This PR registers a new extension that allows LangGraph to use Dapr as a persistent backend for saving the graph/execution state.