Use this page as the documentation front door for v1.0.37.
Start with PersistenceKit and one backend. Add QueueKit, ConvergenceKit, ObserverSink, or LoopbackHTTP only when your host needs them.
| Package | Responsibility | Swift product | Rust crate |
|---|---|---|---|
PersistenceKit |
SQLite, PostgreSQL, and in-memory row, blob, audit, and dataset storage | PersistenceKit plus a backend product |
persistence-kit |
QueueKit |
Durable fill-and-drain background work queue | QueueKit |
queuekit |
ConvergenceKit |
CloudKit, federation, and no-sync convergence engines | ConvergenceKit plus a transport product |
convergence-kit |
ObserverSink |
Bounded telemetry sink and queryable stats store | ObserverSink |
observer-sink |
LoopbackHTTP |
Minimal loopback-only HTTP transport | LoopbackHTTP |
Swift only |
-
PersistenceKit: overview, implementation detail, AI and maintainer map
-
QueueKit: overview, implementation detail, AI and maintainer map
-
ConvergenceKit: overview, implementation detail, AI and maintainer map
-
ObserverSink: overview, implementation detail, AI and maintainer map
-
LoopbackHTTP: overview, implementation detail, AI and maintainer map
-
PACKAGE_MAP.mdis the exact product, crate, and path map. -
DEPENDENCY_GRAPH.mdshows how the four SDK repos compose. -
CONFORMANCE.mdexplains Swift and Rust agreement gates. -
DATA_PROVENANCE.mdrecords pinned artifact origin. -
PUBLISH_REPORT.mdrecords what entered this release. -
../SECURITY.mdgives the private reporting path. -
../CONTRIBUTING.mdexplains contribution boundaries.
| Repository | Use it for |
|---|---|
moot-memory |
Structured memory, vector search, and local RAG |
moot-semantics |
ARIA vocabulary and deterministic local classification |
moot-system |
Storage, datasets, queues, sync, telemetry, and loopback HTTP |
moot-core |
Shared types, kernel, fingerprints, lifecycle rules, and memory math |
The full product and public SDK map lives in
codedaptive/mootx01-ce.