mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 02:10:23 +00:00
refactor: add browser plugin runtime package
This commit is contained in:
4
src/plugin-sdk/browser.ts
Normal file
4
src/plugin-sdk/browser.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { createBrowserTool } from "../../extensions/browser/src/browser-tool.js";
|
||||
export { registerBrowserCli } from "../../extensions/browser/src/cli/browser-cli.js";
|
||||
export { createBrowserPluginService } from "../../extensions/browser/src/plugin-service.js";
|
||||
export { handleBrowserGatewayRequest } from "../../extensions/browser/src/gateway/browser-request.js";
|
||||
Reference in New Issue
Block a user