mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 22:50:26 +00:00
refactor: enforce plugin boundary seams
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
export type { OpenClawConfig } from "../config/config.js";
|
||||
export type { TelegramActionConfig } from "../config/types.js";
|
||||
export type { ChannelPlugin } from "./channel-plugin-common.js";
|
||||
export { buildChannelConfigSchema, getChatChannelMeta } from "./channel-plugin-common.js";
|
||||
export { normalizeAccountId } from "../routing/session-key.js";
|
||||
export {
|
||||
jsonResult,
|
||||
readNumberParam,
|
||||
readReactionParams,
|
||||
readStringArrayParam,
|
||||
readStringOrNumberParam,
|
||||
readStringParam,
|
||||
} from "../agents/tools/common.js";
|
||||
export { TelegramConfigSchema } from "../config/zod-schema.providers-core.js";
|
||||
export { resolvePollMaxSelections } from "../polls.js";
|
||||
|
||||
Reference in New Issue
Block a user