refactor: add browser plugin runtime package

This commit is contained in:
Peter Steinberger
2026-03-26 22:17:45 +00:00
parent 1619090693
commit 197510f693
67 changed files with 5069 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
export { createBrowserTool } from "./src/browser-tool.js";
export { registerBrowserCli } from "./src/cli/browser-cli.js";
export { createBrowserPluginService } from "./src/plugin-service.js";
export { handleBrowserGatewayRequest } from "./src/gateway/browser-request.js";
export {
definePluginEntry,
type OpenClawPluginApi,
type OpenClawPluginToolContext,
type OpenClawPluginToolFactory,
} from "openclaw/plugin-sdk/plugin-entry";