@alan-seymour/checkpoint-redis
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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-redis

Usage

import { RedisSaver } from "checkpoint-redis";
import { Redis } from "ioredis";

const redis = new Redis(process.env.REDIS_URL);
const checkpoint = new RedisSaver(redis);

License

MIT

Package Sidebar

Install

npm i @alan-seymour/checkpoint-redis

Weekly Downloads

16

Version

0.1.1

License

MIT

Unpacked Size

37.6 kB

Total Files

14

Last publish

Collaborators

  • alan-seymour