mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 04:00:24 +00:00
perf(test): narrow discord monitor runtime seams
This commit is contained in:
17
src/plugin-sdk/native-command-registry.ts
Normal file
17
src/plugin-sdk/native-command-registry.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export {
|
||||
buildCommandTextFromArgs,
|
||||
findCommandByNativeName,
|
||||
listChatCommands,
|
||||
listNativeCommandSpecsForConfig,
|
||||
parseCommandArgs,
|
||||
resolveCommandArgChoices,
|
||||
resolveCommandArgMenu,
|
||||
serializeCommandArgs,
|
||||
} from "../auto-reply/commands-registry.js";
|
||||
export type {
|
||||
ChatCommandDefinition,
|
||||
CommandArgDefinition,
|
||||
CommandArgValues,
|
||||
CommandArgs,
|
||||
NativeCommandSpec,
|
||||
} from "../auto-reply/commands-registry.js";
|
||||
Reference in New Issue
Block a user