UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

16 lines 5.71 kB
import { a as parseAccessGroupAllowFromEntry, t as ACCESS_GROUP_ALLOW_FROM_PREFIX } from "./allow-from-Bdiy2LH6.js"; import { n as CommandArgs, t as CommandArgValues } from "./commands-args.types-zglMcgeO.js"; import { a as resolveAccessGroupAllowFromMatches, i as expandAllowFromWithAccessGroups, n as AccessGroupMembershipResolver, o as resolveAccessGroupAllowFromState, r as ResolvedAccessGroupAllowFromState, t as AccessGroupMembershipLookup } from "./access-groups-DX6CTOS-.js"; import { a as CommandArgsParsing, c as CommandScope, i as CommandArgMenuSpec, l as NativeCommandSpec, n as CommandArgChoiceContext, o as CommandDetection, r as CommandArgDefinition, s as CommandNormalizeOptions, t as ChatCommandDefinition, u as ShouldHandleTextCommandsParams } from "./commands-registry.types-GFOJK0n3.js"; import { t as SkillCommandSpec } from "./types-DcV72yaA.js"; import { i as shouldComputeCommandAuthorized, n as hasInlineCommandTokens, r as isControlCommandMessage, t as hasControlCommand } from "./command-detection-BQRNB2eX.js"; import { a as resolveDualTextControlCommandGate, i as resolveControlCommandGate, n as CommandGatingModeWhenAccessGroupsOff, r as resolveCommandAuthorizedFromAuthorizers, t as CommandAuthorizer } from "./command-gating-pUtyEXB1.js"; import { i as resolveInboundDirectDmAccessWithRuntime, n as ResolvedInboundDirectDmAccess, r as createPreCryptoDirectDmAuthorizer, t as DirectDmCommandAuthorizationRuntime } from "./direct-dm-access-BK4bcQWq.js"; import { a as formatCommandArgMenuTitle, c as listNativeCommandSpecsForConfig, d as resolveCommandArgMenu, f as serializeCommandArgs, h as listChatCommandsForConfig, i as findCommandByNativeName, l as parseCommandArgs, m as listChatCommands, n as buildCommandText, o as isCommandMessage, p as isCommandEnabled, r as buildCommandTextFromArgs, s as listNativeCommandSpecs, t as ResolvedCommandArgChoice, u as resolveCommandArgChoices } from "./commands-registry-BhxeLGKz.js"; import { a as normalizeCommandBody, i as maybeResolveTextAlias, n as shouldHandleTextCommands, o as resolveTextCommand, r as getCommandDetection, t as isNativeCommandSurface } from "./commands-text-routing-DW1aR12U.js"; import { a as ResolveNativeCommandSessionTargetsParams, i as resolveCommandAuthorization, n as resolveStoredModelOverride, o as resolveNativeCommandSessionTargets, r as CommandAuthorization, t as StoredModelOverride } from "./stored-model-override-BhlRQDyd.js"; import { a as resolveModelsCommandReply, i as formatModelsAvailableHeader, r as buildModelsProviderData, t as ModelsProviderData } from "./commands-models-DoUZT-FS.js"; import { i as resolveSkillCommandInvocation, n as listSkillCommandsForWorkspace, r as listReservedChatSlashCommandNames, t as listSkillCommandsForAgents } from "./chat-commands-BXVQrPGa.js"; import { n as listProviderPluginCommandSpecs, t as getPluginCommandSpecs } from "./command-specs-C7cnXjWv.js"; import { a as buildCommandsMessagePaginated, c as resolveSenderCommandAuthorization, i as buildCommandsMessage, l as resolveSenderCommandAuthorizationWithRuntime, n as ResolveSenderCommandAuthorizationParams, o as buildHelpMessage, r as ResolveSenderCommandAuthorizationWithRuntimeParams, s as resolveDirectDmAuthorizationOutcome, t as CommandAuthorizationRuntime, u as buildCommandsPaginationKeyboard } from "./command-auth-XWvY_Hig.js"; export { ACCESS_GROUP_ALLOW_FROM_PREFIX, type AccessGroupMembershipLookup, type AccessGroupMembershipResolver, type ChatCommandDefinition, type CommandArgChoiceContext, type CommandArgDefinition, type CommandArgMenuSpec, type CommandArgValues, type CommandArgs, type CommandArgsParsing, type CommandAuthorization, CommandAuthorizationRuntime, type CommandAuthorizer, type CommandDetection, type CommandGatingModeWhenAccessGroupsOff, type CommandNormalizeOptions, type CommandScope, type DirectDmCommandAuthorizationRuntime, type ModelsProviderData, type NativeCommandSpec, type ResolveNativeCommandSessionTargetsParams, ResolveSenderCommandAuthorizationParams, ResolveSenderCommandAuthorizationWithRuntimeParams, type ResolvedAccessGroupAllowFromState, type ResolvedCommandArgChoice, type ResolvedInboundDirectDmAccess, type ShouldHandleTextCommandsParams, type SkillCommandSpec, type StoredModelOverride, buildCommandText, buildCommandTextFromArgs, buildCommandsMessage, buildCommandsMessagePaginated, buildCommandsPaginationKeyboard, buildHelpMessage, buildModelsProviderData, createPreCryptoDirectDmAuthorizer, expandAllowFromWithAccessGroups, findCommandByNativeName, formatCommandArgMenuTitle, formatModelsAvailableHeader, getCommandDetection, getPluginCommandSpecs, hasControlCommand, hasInlineCommandTokens, isCommandEnabled, isCommandMessage, isControlCommandMessage, isNativeCommandSurface, listChatCommands, listChatCommandsForConfig, listNativeCommandSpecs, listNativeCommandSpecsForConfig, listProviderPluginCommandSpecs, listReservedChatSlashCommandNames, listSkillCommandsForAgents, listSkillCommandsForWorkspace, maybeResolveTextAlias, normalizeCommandBody, parseAccessGroupAllowFromEntry, parseCommandArgs, resolveAccessGroupAllowFromMatches, resolveAccessGroupAllowFromState, resolveCommandArgChoices, resolveCommandArgMenu, resolveCommandAuthorization, resolveCommandAuthorizedFromAuthorizers, resolveControlCommandGate, resolveDirectDmAuthorizationOutcome, resolveDualTextControlCommandGate, resolveInboundDirectDmAccessWithRuntime, resolveModelsCommandReply, resolveNativeCommandSessionTargets, resolveSenderCommandAuthorization, resolveSenderCommandAuthorizationWithRuntime, resolveSkillCommandInvocation, resolveStoredModelOverride, resolveTextCommand, serializeCommandArgs, shouldComputeCommandAuthorized, shouldHandleTextCommands };