class langgraph_agent_toolkit.core.memory.sqlite.SQLiteMemoryBackend[source][source]

Bases: BaseMemoryBackend

SQLite implementation of memory backend.

validate_config()[source][source]

Validate that SQLite configuration is present.

Return type:

bool

get_checkpoint_saver()[source][source]

Initialize and return a SQLite saver instance.

Return type:

AbstractAsyncContextManager[AsyncSqliteSaver]

get_memory_store()[source][source]

Initialize and return a SQLite saver instance.

Return type:

AbstractAsyncContextManager[AsyncSqliteSaver]