Default Behavior
- LangGraph adapter uses memory checkpointing by default.
- If
POSTGRES_URLis configured and database initialization succeeds, the adapter can use PostgreSQL-backed checkpointing. - During plugin initialization, checkpointer tables are set up when needed.
Operational Guidance
- Use memory checkpointing for local development and simple test flows.
- Use PostgreSQL checkpointing for durable state across restarts and distributed deployments.
- Validate database connectivity before starting production workloads.