mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-21 05:32:53 +00:00
fix(runtime): lazy-load setup shims and align contracts
This commit is contained in:
25
src/plugin-sdk/setup-runtime.ts
Normal file
25
src/plugin-sdk/setup-runtime.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
export type { OpenClawConfig } from "../config/config.js";
|
||||
export type { WizardPrompter } from "../wizard/prompts.js";
|
||||
export type { ChannelSetupAdapter } from "../channels/plugins/types.adapters.js";
|
||||
export type { ChannelSetupDmPolicy } from "../channels/plugins/setup-wizard-types.js";
|
||||
export type {
|
||||
ChannelSetupWizard,
|
||||
ChannelSetupWizardAllowFromEntry,
|
||||
} from "../channels/plugins/setup-wizard.js";
|
||||
|
||||
export { DEFAULT_ACCOUNT_ID } from "../routing/session-key.js";
|
||||
|
||||
export { createEnvPatchedAccountSetupAdapter } from "../channels/plugins/setup-helpers.js";
|
||||
|
||||
export {
|
||||
createAccountScopedAllowFromSection,
|
||||
createAccountScopedGroupAccessSection,
|
||||
createLegacyCompatChannelDmPolicy,
|
||||
parseMentionOrPrefixedId,
|
||||
patchChannelConfigForAccount,
|
||||
promptLegacyChannelAllowFromForAccount,
|
||||
resolveEntriesWithOptionalToken,
|
||||
setSetupChannelEnabled,
|
||||
} from "../channels/plugins/setup-wizard-helpers.js";
|
||||
|
||||
export { createAllowlistSetupWizardProxy } from "../channels/plugins/setup-wizard-proxy.js";
|
||||
Reference in New Issue
Block a user