mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 07:07:39 +00:00
fix: land #33992 from @darkamenosa
Co-authored-by: Tom <hxtxmu@gmail.com>
This commit is contained in:
@@ -92,7 +92,7 @@ import {
|
||||
readChannelAllowFromStore,
|
||||
upsertChannelPairingRequest,
|
||||
} from "../../pairing/pairing-store.js";
|
||||
import { resolveAgentRoute } from "../../routing/resolve-route.js";
|
||||
import { buildAgentSessionKey, resolveAgentRoute } from "../../routing/resolve-route.js";
|
||||
import { monitorSignalProvider } from "../../signal/index.js";
|
||||
import { probeSignal } from "../../signal/probe.js";
|
||||
import { sendMessageSignal } from "../../signal/send.js";
|
||||
@@ -144,6 +144,7 @@ export function createRuntimeChannel(): PluginRuntime["channel"] {
|
||||
resolveEnvelopeFormatOptions,
|
||||
},
|
||||
routing: {
|
||||
buildAgentSessionKey,
|
||||
resolveAgentRoute,
|
||||
},
|
||||
pairing: {
|
||||
|
||||
@@ -40,6 +40,7 @@ export type PluginRuntimeChannel = {
|
||||
resolveEnvelopeFormatOptions: typeof import("../../auto-reply/envelope.js").resolveEnvelopeFormatOptions;
|
||||
};
|
||||
routing: {
|
||||
buildAgentSessionKey: typeof import("../../routing/resolve-route.js").buildAgentSessionKey;
|
||||
resolveAgentRoute: typeof import("../../routing/resolve-route.js").resolveAgentRoute;
|
||||
};
|
||||
pairing: {
|
||||
|
||||
Reference in New Issue
Block a user