UNPKG

@langchain/langgraph-checkpoint

Version:

Library with base interfaces for LangGraph checkpoint savers.

6 lines 226 B
export const TASKS = "__pregel_tasks"; export const ERROR = "__error__"; export const SCHEDULED = "__scheduled__"; export const INTERRUPT = "__interrupt__"; export const RESUME = "__resume__"; //# sourceMappingURL=types.js.map