Files
moltbot/src/plugin-sdk/plugin-runtime.ts
2026-05-10 12:37:10 +01:00

16 lines
672 B
TypeScript

/**
* @deprecated Broad public SDK barrel. Prefer focused plugin runtime subpaths
* and avoid adding new imports here.
*/
export * from "../plugins/commands.js";
export * from "../plugins/hook-runner-global.js";
export * from "../plugins/http-path.js";
export * from "../plugins/http-registry.js";
export * from "../plugins/interactive-binding-helpers.js";
export * from "../plugins/interactive.js";
export * from "../plugins/lazy-service-module.js";
export * from "../plugins/types.js";
export { getPluginRuntimeGatewayRequestScope } from "../plugins/runtime/gateway-request-scope.js";
export type { PluginRuntime, RuntimeLogger } from "../plugins/runtime/types.js";