mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 12:21:25 +00:00
refactor: finish decoupling plugin sdk seams
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { imessageOutbound } from "../../test/channel-outbounds.js";
|
||||
import type { ChannelOutboundAdapter, ChannelPlugin } from "../channels/plugins/types.js";
|
||||
import { normalizeIMessageHandle } from "../plugin-sdk/imessage-targets.js";
|
||||
import { normalizeIMessageHandle } from "../plugin-sdk/imessage-policy.js";
|
||||
import { collectStatusIssuesFromLastError } from "../plugin-sdk/status-helpers.js";
|
||||
|
||||
export const createIMessageTestPlugin = (params?: {
|
||||
|
||||
Reference in New Issue
Block a user