from ai_infra.replay import SQLiteStorage
Storage
SQLite-based storage backend. Persists recordings to a local SQLite database file.
storage = SQLiteStorage("workflows.db") recorder = WorkflowRecorder("test", storage)