Use this page as the documentation front door for v1.0.37.
Start with LocusKit for structured memory, VectorKit for similarity search, or CorpusKit for a complete text retrieval engine.
| Package | Responsibility | Swift product | Rust crate |
|---|---|---|---|
LocusKit |
Structured estate memory, knowledge graph, audit, and recall | LocusKit |
locus-kit |
VectorKit |
Durable on-device vector and fingerprint search | VectorKit |
vectorkit |
CorpusKit |
Chunking, BM25, embeddings, and hybrid local RAG | CorpusKit and CorpusKitProviders |
corpus-kit and corpus-kit-providers |
-
LocusKit: overview, implementation detail, AI and maintainer map
-
VectorKit: overview, implementation detail, AI and maintainer map
-
CorpusKit: 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.