refactor: finish moving provider runtime into extensions

This commit is contained in:
Peter Steinberger
2026-03-27 04:51:16 +00:00
parent 25879be46a
commit 4c27c90fc2
4 changed files with 7 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ import fs from "node:fs/promises";
import path from "node:path";
import { describe, expect, it } from "vitest";
import { useFastShortTimeouts } from "../../../../test/helpers/fast-short-timeouts.js";
import type { MemorySyncProgressUpdate } from "../engine-host-api.js";
import { installEmbeddingManagerFixture } from "./embedding-manager.test-harness.js";
import type { MemorySyncProgressUpdate } from "./types.js";
const fx = installEmbeddingManagerFixture({
fixturePrefix: "openclaw-mem-",