-
Notifications
You must be signed in to change notification settings - Fork 192
Asynchronous Support for Bedrock Session Management Service #469
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
@michaelnchin - can you please approve the workflow: https://github.com/langchain-ai/langchain-aws/actions/runs/14867204107. Formatting issues have been fixed in the latest commit. Thx! |
Is there anything I can do to help move this forward? |
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.
Hi @edvinhallvaxhiu, sorry for resurfacing after a while, but I'm taking another look at this. Could you grant me edit permissions on your PR branch to make some updates?
Asynchronous Support for Bedrock Session Management Service
Overview
This PR adds asynchronous support for Bedrock Session Management Service in the LangGraph checkpoint system, enabling non-blocking I/O operations.
Key Components
AsyncBedrockAgentRuntimeSessionClient
AsyncBedrockSessionSaver
Implementation Details
Benefits
ainvoke
andastream
methodsTesting