langgraph_agent_toolkit.core.memory.sqlite module

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

Bases: BaseMemoryBackend

SQLite memory backend.

validate_config()[source][source]

Validate SQLite configuration.

Return type:

bool

get_checkpoint_saver()[source][source]

Initialize and return a SQLite saver.

Return type:

AbstractAsyncContextManager[CoordinatedSqliteSaver]

get_memory_store()[source][source]

Initialize and return a SQLite store.

Return type:

AbstractAsyncContextManager[CoordinatedSqliteSaver]