mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 19:00:21 +00:00
Plugins: internalize irc SDK imports
This commit is contained in:
53
extensions/irc/src/runtime-api.ts
Normal file
53
extensions/irc/src/runtime-api.ts
Normal file
@@ -0,0 +1,53 @@
|
||||
export {
|
||||
addWildcardAllowFrom,
|
||||
buildBaseAccountStatusSnapshot,
|
||||
buildBaseChannelStatusSummary,
|
||||
buildChannelConfigSchema,
|
||||
createAccountListHelpers,
|
||||
createAccountStatusSink,
|
||||
createLoggerBackedRuntime,
|
||||
createNormalizedOutboundDeliverer,
|
||||
createReplyPrefixOptions,
|
||||
createScopedPairingAccess,
|
||||
dispatchInboundReplyWithBase,
|
||||
emptyPluginConfigSchema,
|
||||
formatDocsLink,
|
||||
formatPairingApproveHint,
|
||||
formatTextWithAttachmentLinks,
|
||||
getChatChannelMeta,
|
||||
GROUP_POLICY_BLOCKED_LABEL,
|
||||
isDangerousNameMatchingEnabled,
|
||||
issuePairingChallenge,
|
||||
logInboundDrop,
|
||||
normalizeResolvedSecretInputString,
|
||||
parseOptionalDelimitedEntries,
|
||||
PAIRING_APPROVED_MESSAGE,
|
||||
patchScopedAccountConfig,
|
||||
readStoreAllowFromForDmPolicy,
|
||||
resolveAllowlistProviderRuntimeGroupPolicy,
|
||||
resolveControlCommandGate,
|
||||
resolveDefaultGroupPolicy,
|
||||
resolveEffectiveAllowFromLists,
|
||||
resolveOutboundMediaUrls,
|
||||
runPassiveAccountLifecycle,
|
||||
setAccountEnabledInConfigSection,
|
||||
setTopLevelChannelAllowFrom,
|
||||
setTopLevelChannelDmPolicyWithAllowFrom,
|
||||
ToolPolicySchema,
|
||||
warnMissingProviderGroupPolicyFallbackOnce,
|
||||
type BaseProbeResult,
|
||||
type BlockStreamingCoalesceConfig,
|
||||
type ChannelPlugin,
|
||||
type DmConfig,
|
||||
type DmPolicy,
|
||||
type GroupPolicy,
|
||||
type GroupToolPolicyBySenderConfig,
|
||||
type GroupToolPolicyConfig,
|
||||
type MarkdownConfig,
|
||||
type OpenClawConfig,
|
||||
type OpenClawPluginApi,
|
||||
type OutboundReplyPayload,
|
||||
type PluginRuntime,
|
||||
type RuntimeEnv,
|
||||
type WizardPrompter,
|
||||
} from "openclaw/plugin-sdk/irc";
|
||||
Reference in New Issue
Block a user