https://github.com/codedaptive/moot-memory
Apache-licensed memory, vector, and retrieval engines from the MOOTx01 Framework.
https://github.com/codedaptive/moot-memory
apache-2-0 memory mootx01 mootx01-framework retrieval rust swift vector-search
Last synced: 20 days ago
JSON representation
Apache-licensed memory, vector, and retrieval engines from the MOOTx01 Framework.
- Host: GitHub
- URL: https://github.com/codedaptive/moot-memory
- Owner: codedaptive
- License: other
- Created: 2026-06-27T19:51:26.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2026-07-05T05:05:22.000Z (20 days ago)
- Last Synced: 2026-07-05T05:09:36.477Z (20 days ago)
- Topics: apache-2-0, memory, mootx01, mootx01-framework, retrieval, rust, swift, vector-search
- Language: Swift
- Size: 2.14 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
- Notice: NOTICE
Awesome Lists containing this project
README
# MOOT Memory
MOOT Memory provides standalone memory, vector, and retrieval engines from the MOOTx01 Framework.
Current version: `v1.0.15` · generated from canonical source commit `2b2e66e0d`.
## What This Repository Is
This repository is an Apache-2.0 published library venue for the MOOTx01
Framework, generated from the canonical MOOTx01 product tree by the library
publisher. Every release records its source commit in `SOURCE.md` and its
load manifest in `docs/PUBLISH_REPORT.md`.
## Packages
- `packages/kits/LocusKit`
- `packages/kits/VectorKit`
- `packages/kits/CorpusKit`
Per-package detail lives in `docs/PACKAGE_MAP.md`.
## Installation
SwiftPM:
```swift
.package(url: "https://github.com/codedaptive/moot-memory.git", from: "1.0.15")
```
Cargo (git dependency; see `docs/PACKAGE_MAP.md` for crate names):
```toml
[dependencies]
= { git = "https://github.com/codedaptive/moot-memory", tag = "v1.0.15" }
```
## Provenance
- Canonical source: `mootx01-ee`
- Source commit: `2b2e66e0de0bb58438202a6b54ee84495c759d63`
- Version: `1.0.15`
- Generated by: `scripts/lib_publish/publish-libraries.py`
## Brand
MOOTx01 is a registered trademark. Use `MOOTx01 Approved` only for artifacts
that pass the published conformance and release gates. Independent work that has
not passed those gates should use `compatible with MOOTx01 technology`.