LMStudio.Persistence (lmstudio v0.1.0)

Persistent storage for evolution system with ETS and file-based persistence.

Provides both in-memory (ETS) and disk persistence for:

  • Agent states and grids
  • Evolution cycles and metrics
  • Generated code and patterns
  • Learning history and insights

Summary

Functions

checkpoint_now()

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

delete(key)

export_to_file(filename)

get(key, default \\ nil)

get_stats()

import_from_file(filename)

list_keys(pattern \\ :_)

start_link(opts \\ [])

store(key, value, opts \\ [])