ssot-sync 0.1.0

Sync engine, scheduler, and SyncAdapter trait for the SSOT ecosystem
Documentation

ssot-sync

Sync engine, scheduler, and SyncAdapter trait for the SSOT ecosystem.

Part of the SSOT open-core ecosystem — the canonical store for AI agents.

Install

[dependencies]
ssot-sync = "0.1"

Architecture

ssot-protocol   — pure types, DDL, errors
  ↓
ssot-client     — HTTP/MCP transport
  ↓
ssot-sync       — engine + SyncAdapter trait
  ↓
ssot-sync-*     — provider adapters (github, linear, gcal, gmail, apns, ...)

License

Apache-2.0 © menot-you contributors