mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 23:40:21 +00:00
refactor: untangle remaining plugin sdk boundaries
This commit is contained in:
6
src/plugin-sdk/gateway-runtime.ts
Normal file
6
src/plugin-sdk/gateway-runtime.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Public gateway/client helpers for plugins that talk to the host gateway surface.
|
||||
|
||||
export * from "../gateway/channel-status-patches.js";
|
||||
export { GatewayClient } from "../gateway/client.js";
|
||||
export { createOperatorApprovalsGatewayClient } from "../gateway/operator-approvals-client.js";
|
||||
export type { EventFrame } from "../gateway/protocol/index.js";
|
||||
Reference in New Issue
Block a user