Skip to content

Conversation

@CasperGN
Copy link
Contributor

@CasperGN CasperGN commented Nov 22, 2025

Description

Extending dapr-ext-langgraph to expand on the handling for put, put_writes and get_tuple to conform with the native LangGraph RedisSaver. This ensures that the demo's presented in the LangGraph Academy are functional.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: N/A

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@CasperGN CasperGN force-pushed the feat/ext-langgraph-checkpoint branch from fab03ca to 7869a64 Compare November 22, 2025 02:42
@CasperGN CasperGN marked this pull request as ready for review November 23, 2025 05:33
@CasperGN CasperGN requested review from a team as code owners November 23, 2025 05:33
@acroca
Copy link
Member

acroca commented Nov 24, 2025

@CasperGN Please have a look at other examples in the examples directory and follow the same pattern. Specially the following:

  • The examples are runnable using mechanical markdown, you'll see the commands in the README.md. We run those files in our CI.
  • You should only need requirements.txt, the python files, the components and the readme. Check for example the workflow and the demo_workflow examples as a reference.
  • Hook your example in the CI, you'll find the list in the tox.ini

@CasperGN
Copy link
Contributor Author

@acroca I've done the above and verified it runs locally with the validate.sh script.
This does however need the environment variable OPENAI_API_KEY to be present in order to run the example - how do we go about adding that?

@CasperGN
Copy link
Contributor Author

@acroca can you try to trigger CI to see if pulling a small llama model to be used for tests is too slow?

@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

❌ Patch coverage is 70.55556% with 53 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.04%. Comparing base (bffb749) to head (181469e).
⚠️ Report is 55 commits behind head on main.

Files with missing lines Patch % Lines
...-langgraph/dapr/ext/langgraph/dapr_checkpointer.py 64.90% 53 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #868      +/-   ##
==========================================
+ Coverage   86.63%   87.04%   +0.41%     
==========================================
  Files          84      100      +16     
  Lines        4473     6629    +2156     
==========================================
+ Hits         3875     5770    +1895     
- Misses        598      859     +261     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants