UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

10 lines (9 loc) 246 B
//#region extensions/file-transfer/src/shared/node-invoke-policy-commands.ts const FILE_TRANSFER_NODE_INVOKE_COMMANDS = [ "file.fetch", "dir.list", "dir.fetch", "file.write" ]; //#endregion export { FILE_TRANSFER_NODE_INVOKE_COMMANDS as t };