0.1.1 • Published 9 months ago
@alan-seymour/checkpoint-redis v0.1.1
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).
Install
npm install checkpoint-redisUsage
import { RedisSaver } from "checkpoint-redis";
import { Redis } from "ioredis";
const redis = new Redis(process.env.REDIS_URL);
const checkpoint = new RedisSaver(redis);License
MIT
0.1.1
9 months ago