from ai_infra.replay import MemoryStorage
Storage
In-memory storage backend. Suitable for development and testing. Recordings are lost when the process exits.
storage = MemoryStorage() recorder = WorkflowRecorder("test", storage)