refactor: remove memory-core runtime barrel

This commit is contained in:
Peter Steinberger
2026-03-27 02:54:13 +00:00
parent c9ab095099
commit f6de4cd766
6 changed files with 6 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import {
type MemoryToolRuntime = typeof import("./tools.runtime.js");
type MemorySearchManagerResult = Awaited<
ReturnType<(typeof import("./runtime-api.js"))["getMemorySearchManager"]>
ReturnType<(typeof import("./memory/index.js"))["getMemorySearchManager"]>
>;
let memoryToolRuntimePromise: Promise<MemoryToolRuntime> | null = null;