neurocore.persistence¶
Durable run history for NeuroCore.
Persist every blueprint execution as an inspectable, resumable, replayable run.
from neurocore.persistence import build_run_store, RunStatus
store = build_run_store(config) runs = store.list_runs(status=RunStatus.SUSPENDED)