mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 07:30:20 +00:00
refactor(plugin-sdk): genericize web channel runtime seams
This commit is contained in:
@@ -11,7 +11,6 @@ import {
|
||||
resolveEnvelopeFormatOptions,
|
||||
resolveMentionGatingWithBypass,
|
||||
} from "openclaw/plugin-sdk/channel-inbound";
|
||||
import { enqueueSystemEvent } from "openclaw/plugin-sdk/channel-runtime";
|
||||
import { resolveControlCommandGate } from "openclaw/plugin-sdk/command-auth";
|
||||
import { hasControlCommand } from "openclaw/plugin-sdk/command-auth";
|
||||
import { shouldHandleTextCommands } from "openclaw/plugin-sdk/command-auth";
|
||||
@@ -24,6 +23,7 @@ import {
|
||||
recordInboundSession,
|
||||
resolveConversationLabel,
|
||||
} from "openclaw/plugin-sdk/conversation-runtime";
|
||||
import { enqueueSystemEvent } from "openclaw/plugin-sdk/infra-runtime";
|
||||
import {
|
||||
buildPendingHistoryContextFromMap,
|
||||
recordPendingHistoryEntryIfEnabled,
|
||||
|
||||
Reference in New Issue
Block a user