UNPKG

@langchain/langgraph-checkpoint

Version:

Library with base interfaces for LangGraph checkpoint savers.

9 lines 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RESUME = exports.INTERRUPT = exports.SCHEDULED = exports.ERROR = exports.TASKS = void 0; exports.TASKS = "__pregel_tasks"; exports.ERROR = "__error__"; exports.SCHEDULED = "__scheduled__"; exports.INTERRUPT = "__interrupt__"; exports.RESUME = "__resume__"; //# sourceMappingURL=types.js.map