mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-24 07:31:44 +00:00
refactor(plugin-sdk): split runtime helper seams
This commit is contained in:
7
src/plugin-sdk/approval-client-runtime.ts
Normal file
7
src/plugin-sdk/approval-client-runtime.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export {
|
||||
createChannelExecApprovalProfile,
|
||||
getExecApprovalReplyMetadata,
|
||||
isChannelExecApprovalClientEnabledFromConfig,
|
||||
isChannelExecApprovalTargetRecipient,
|
||||
matchesApprovalRequestFilters,
|
||||
} from "./approval-client-helpers.js";
|
||||
Reference in New Issue
Block a user