Skip to main content

Module sync

Module sync 

Source
Expand description

sync_operations repository surface.

Mirrors Python’s cognee/modules/sync/methods/ 1:1: create / mark started / mark completed / mark failed / update progress / list running / lookup by run_id.

Re-exports§

pub use repository::SyncOperationRepository;
pub use repository::SyncOperationRow;
pub use repository::SyncOperationStatus;
pub use sea_orm_impl::SeaOrmSyncOperationRepository;

Modules§

repository
SyncOperationRepository trait + DTO row.
sea_orm_impl
SeaORM-backed SyncOperationRepository implementation.