()
| 3 | // Use MemorySaver for development/testing |
| 4 | // In production, switch to PostgresSaver from @langchain/langgraph-checkpoint-postgres |
| 5 | export function createCheckpointer() { |
| 6 | return new MemorySaver(); |
| 7 | } |
| 8 | |
| 9 | // For PostgreSQL (used in production): |
| 10 | // import { PostgresSaver } from "@langchain/langgraph-checkpoint-postgres"; |
nothing calls this directly
no outgoing calls
no test coverage detected