-
Notifications
You must be signed in to change notification settings - Fork 138
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
Conversation
Signed-off-by: yaron2 <[email protected]>
Signed-off-by: yaron2 <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #862 +/- ##
==========================================
+ Coverage 86.63% 87.31% +0.68%
==========================================
Files 84 96 +12
Lines 4473 6315 +1842
==========================================
+ Hits 3875 5514 +1639
- Misses 598 801 +203 ☔ 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 <[email protected]> Signed-off-by: Yaron Schneider <[email protected]>
|
It's also missing tests |
Co-authored-by: Albert Callarisa <[email protected]> Signed-off-by: Yaron Schneider <[email protected]>
Co-authored-by: Albert Callarisa <[email protected]> Signed-off-by: Yaron Schneider <[email protected]>
Co-authored-by: Albert Callarisa <[email protected]> Signed-off-by: Yaron Schneider <[email protected]>
Signed-off-by: yaron2 <[email protected]>
Signed-off-by: yaron2 <[email protected]>
Signed-off-by: yaron2 <[email protected]>
Signed-off-by: yaron2 <[email protected]>
Signed-off-by: yaron2 <[email protected]>
Signed-off-by: yaron2 <[email protected]>
Added |
Signed-off-by: Albert Callarisa <[email protected]>
|
@acroca Casper will follow up with a PR that improves serialization |
This PR registers a new extension that allows LangGraph to use Dapr as a persistent backend for saving the graph/execution state.