Files
openclaw/src/plugin-sdk/channel-runtime-context.ts
2026-04-11 21:03:44 +01:00

7 lines
249 B
TypeScript

export {
getChannelRuntimeContext,
registerChannelRuntimeContext,
watchChannelRuntimeContexts,
} from "../infra/channel-runtime-context.js";
export type { ChannelRuntimeContextKey } from "../channels/plugins/channel-runtime-surface.types.js";