mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 05:01:15 +00:00
Plugin SDK: route core channel runtimes through public subpaths
This commit is contained in:
@@ -2,7 +2,7 @@ import {
|
||||
monitorIMessageProvider,
|
||||
probeIMessage,
|
||||
sendMessageIMessage,
|
||||
} from "../../../extensions/imessage/runtime-api.js";
|
||||
} from "openclaw/plugin-sdk/imessage";
|
||||
import type { PluginRuntimeChannel } from "./types-channel.js";
|
||||
|
||||
export function createRuntimeIMessage(): PluginRuntimeChannel["imessage"] {
|
||||
|
||||
Reference in New Issue
Block a user