mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
8 lines
296 B
TypeScript
8 lines
296 B
TypeScript
import { fileURLToPath } from "node:url";
|
|
import { describeSglangProviderDiscoveryContract } from "openclaw/plugin-sdk/provider-test-contracts";
|
|
|
|
describeSglangProviderDiscoveryContract({
|
|
load: () => import("./index.js"),
|
|
apiModuleId: fileURLToPath(new URL("./api.js", import.meta.url)),
|
|
});
|