mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-27 00:17:29 +00:00
fix: remove duplicate plugin sdk exports
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
export { getAcpSessionManager } from "../acp/control-plane/manager.js";
|
export { getAcpSessionManager } from "../acp/control-plane/manager.js";
|
||||||
export { AcpRuntimeError, isAcpRuntimeError } from "../acp/runtime/errors.js";
|
export { AcpRuntimeError, isAcpRuntimeError } from "../acp/runtime/errors.js";
|
||||||
export { registerAcpRuntimeBackend, unregisterAcpRuntimeBackend } from "../acp/runtime/registry.js";
|
|
||||||
export type { AcpRuntimeErrorCode } from "../acp/runtime/errors.js";
|
export type { AcpRuntimeErrorCode } from "../acp/runtime/errors.js";
|
||||||
export {
|
export {
|
||||||
getAcpRuntimeBackend,
|
getAcpRuntimeBackend,
|
||||||
|
|||||||
@@ -58,8 +58,6 @@ export type {
|
|||||||
PluginCommandContext,
|
PluginCommandContext,
|
||||||
PluginLogger,
|
PluginLogger,
|
||||||
PluginInteractiveTelegramHandlerContext,
|
PluginInteractiveTelegramHandlerContext,
|
||||||
OpenClawPluginToolContext,
|
|
||||||
OpenClawPluginToolFactory,
|
|
||||||
} from "../plugins/types.js";
|
} from "../plugins/types.js";
|
||||||
export type { OpenClawConfig } from "../config/config.js";
|
export type { OpenClawConfig } from "../config/config.js";
|
||||||
export { isSecretRef } from "../config/types.secrets.js";
|
export { isSecretRef } from "../config/types.secrets.js";
|
||||||
|
|||||||
Reference in New Issue
Block a user