UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

20 lines (19 loc) 866 B
import { t as definePluginEntry } from "../../plugin-entry-C7DUzV0e.js"; import { i as registerBrowserPlugin, n as browserPluginReload, r as browserSecurityAuditCollectors, t as browserPluginNodeHostCommands } from "../../plugin-registration-DitmE-Z7.js"; //#region extensions/browser/index.ts /** * Browser plugin entry. It wires the browser tool, gateway request handler, * node-host command, services, reload policy, and security audit collectors. */ /** Main Browser plugin entry for runtime registration. */ var browser_default = definePluginEntry({ id: "browser", name: "Browser", description: "Default browser tool plugin", reload: browserPluginReload, nodeHostCommands: browserPluginNodeHostCommands, securityAuditCollectors: [...browserSecurityAuditCollectors], register: registerBrowserPlugin }); //#endregion export { browser_default as default };