Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions libs/langgraph-dynamodb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# LangGraph DynamoDB Checkpointer

This package provides a DynamoDB-based checkpointer for LangGraph applications.

## Overview

The DynamoDBSaver implements the LangGraph BaseCheckpointSaver interface, enabling persistent state management for LangGraph workflows using Amazon DynamoDB as the storage backend.

## Features

- Implements LangGraph BaseCheckpointSaver
- Persistent checkpoint storage in DynamoDB
- Compatible with LangGraph persistence patterns

## Documentation

For more information on LangGraph checkpointers and persistence, see the [LangGraph Checkpointer documentation](https://langchain-ai.github.io/langgraph/concepts/persistence/#checkpoints).

## Status

🚧 **Work in Progress** - This integration is currently under development.
Loading