Store.Memories.Meta (fnord v0.8.82)
View SourceHandles meta.json file operations for memories. Contains: id, slug, label, response_template, scope, parent_id, timestamps, counters, weight
Summary
Functions
Reads meta.json from a memory directory. Returns {:ok, map} or {:error, reason}.
Writes meta.json for a memory using atomic write.
Functions
Reads meta.json from a memory directory. Returns {:ok, map} or {:error, reason}.
@spec write(AI.Memory.t()) :: :ok | {:error, term()}
Writes meta.json for a memory using atomic write.