UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines 1 kB
import { n as CommandArgs, t as CommandArgValues } from "../commands-args.types-zglMcgeO.js"; import { l as NativeCommandSpec, r as CommandArgDefinition, t as ChatCommandDefinition } from "../commands-registry.types-YUeBZFgn.js"; import { a as formatCommandArgMenuTitle, c as listNativeCommandSpecsForConfig, d as resolveCommandArgChoices, f as resolveCommandArgMenu, i as findCommandByNativeName, l as mergeNativeCommandSpecs, p as serializeCommandArgs, r as buildCommandTextFromArgs, s as listNativeCommandSpecs, u as parseCommandArgs, x as listChatCommands } from "../commands-registry-BMDMSIYb.js"; export { type ChatCommandDefinition, type CommandArgDefinition, type CommandArgValues, type CommandArgs, type NativeCommandSpec, buildCommandTextFromArgs, findCommandByNativeName, formatCommandArgMenuTitle, listChatCommands, listNativeCommandSpecs, listNativeCommandSpecsForConfig, mergeNativeCommandSpecs, parseCommandArgs, resolveCommandArgChoices, resolveCommandArgMenu, serializeCommandArgs };