refactor: move memory host into sdk package

This commit is contained in:
Peter Steinberger
2026-03-27 04:11:55 +00:00
parent 490b2f881c
commit eebce9e9c7
107 changed files with 166 additions and 178 deletions

View File

@@ -96,13 +96,14 @@
"mattermost",
"memory-core",
"memory-core-engine-runtime",
"memory-core-host",
"memory-core-host-engine",
"memory-core-host-engine-embeddings",
"memory-core-host-engine-foundation",
"memory-core-host-engine-qmd",
"memory-core-host-engine-storage",
"memory-core-host-runtime",
"memory-core-host-multimodal",
"memory-core-host-query",
"memory-core-host-secret",
"memory-core-host-status",
"memory-core-host-runtime-cli",
"memory-core-host-runtime-core",
"memory-core-host-runtime-files",

View File

@@ -55,6 +55,7 @@ export function loadTestCatalog() {
...new Set([
...walkTestFiles("src"),
...walkTestFiles("extensions"),
...walkTestFiles("packages"),
...walkTestFiles("test"),
...walkTestFiles(path.join("ui", "src", "ui")),
]),