mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 07:57:40 +00:00
refactor: finish decoupling plugin sdk seams
This commit is contained in:
@@ -427,19 +427,6 @@ export const GENERATED_PLUGIN_SDK_FACADES = [
|
||||
"isHuggingfacePolicyLocked",
|
||||
],
|
||||
},
|
||||
{
|
||||
subpath: "imessage-targets",
|
||||
source: pluginSource("imessage", "api.js"),
|
||||
exports: [
|
||||
"normalizeIMessageHandle",
|
||||
"parseChatAllowTargetPrefixes",
|
||||
"parseChatTargetPrefixesOrThrow",
|
||||
"resolveServicePrefixedAllowTarget",
|
||||
"resolveServicePrefixedTarget",
|
||||
"ParsedChatTarget",
|
||||
],
|
||||
typeExports: ["ParsedChatTarget"],
|
||||
},
|
||||
{
|
||||
subpath: "image-generation-runtime",
|
||||
source: pluginSource("image-generation-core", "runtime-api.js"),
|
||||
|
||||
Reference in New Issue
Block a user