0.1.0 • Published 10 months ago
checkpoint-redis v0.1.0
Langchain langgraph Redis Checkpoint Saver
A TypeScript implementation of a Redis-based checkpoint saver for langgraph. Based on How to create a custom checkpoint saver (python).
Usage
import { RedisSaver } from "@levivoelz/checkpoint-redis";
import { Redis } from "ioredis";
const redis = new Redis(process.env.REDIS_URL);
const checkpoint = new RedisSaver(redis);
License
MIT
0.1.0
10 months ago