Skip to main content

Module local

Module local 

Source
Expand description

Local filesystem implementation of StorageBackend.

Stores transcripts as JSONL files and memory entries as plain text files, both under <workspace>/.recursive/ — identical layout to what Recursive used before the trait abstraction existed.

Structs§

LocalStorageBackend
StorageBackend backed by the local filesystem.