Files
openclaw/extensions/browser/register.runtime.ts
2026-06-04 07:22:35 -04:00

10 lines
523 B
TypeScript

/**
* Browser runtime registration barrel. Node host commands and plugin
* registration lazy-load these exports when browser runtime behavior is needed.
*/
export { createBrowserTool } from "./src/browser-tool.js";
export { handleBrowserGatewayRequest } from "./src/gateway/browser-request.js";
export { runBrowserProxyCommand } from "./src/node-host/invoke-browser.js";
export { createBrowserPluginService } from "./src/plugin-service.js";
export { collectBrowserSecurityAuditFindings } from "./src/security-audit.js";