Skip to content

Conversation

@CasperGN
Copy link

@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
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?

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