Skip to main content

Module memory

Module memory 

Source
Expand description

In-memory checkpoint backend.

A simple checkpoint saver that stores checkpoints in memory. Useful for development and testing, but checkpoints are lost when the process exits.

Structsยง

MemorySaver
In-memory checkpoint storage.