neurocore.config.schema.PersistenceConfig¶ class neurocore.config.schema.PersistenceConfig(/, **data: Any)¶ Bases: pydantic.BaseModel Run-history persistence configuration. enabled: bool = True¶ backend: str = 'sqlite'¶ path: str = 'runs.db'¶ persist_step_snapshots: bool = False¶