mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-25 23:47:20 +00:00
8 lines
252 B
TypeScript
8 lines
252 B
TypeScript
import { describePackageManifestContract } from "../../test/helpers/plugins/package-manifest-contract.js";
|
|
|
|
describePackageManifestContract({
|
|
pluginId: "memory-lancedb",
|
|
runtimeDeps: ["@lancedb/lancedb"],
|
|
minHostVersionBaseline: "2026.3.22",
|
|
});
|