Add operator Mentra memory browser
Some checks failed
CI / rust-skia (Rust only) (push) Has been cancelled
CI / required (push) Has been cancelled

This commit is contained in:
2026-08-23 19:18:41 +02:00
parent 95cca3e777
commit 360203d647
190 changed files with 70246 additions and 45 deletions

View File

@@ -27,7 +27,7 @@ members = [
"tools/concurrency-audit",
"tools/performance",
]
exclude = ["crates/libremetaverse-openjpeg", "vendor/mentra-provider"]
exclude = ["crates/libremetaverse-openjpeg", "vendor/mentra", "vendor/mentra-provider"]
default-members = [
"crates/metacrate",
"crates/libremetaverse-types",
@@ -86,3 +86,6 @@ incremental = false
[patch.crates-io]
# Mentra 0.5.1 duplicates `v1` for nested OpenAI-compatible base URLs.
mentra-provider = { path = "vendor/mentra-provider" }
# Mentra 0.18.3 lacks the host-facing bounded memory browse API required by
# the grid-agent operator control plane. Keep the storage schema inside Mentra.
mentra = { path = "vendor/mentra" }