Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 3.56 KB

File metadata and controls

44 lines (34 loc) · 3.56 KB

MOOT System Documentation

Use this page as the documentation front door for v1.0.37.

Start here

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

Choose the right document

Other SDK repositories

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.