mirror of https://github.com/openclaw/openclaw.git
Gateway: import normalizeAgentId in hooks
This commit is contained in:
parent
853d8c0d8e
commit
7b2a7da549
|
|
@ -5,7 +5,7 @@ import { listChannelPlugins } from "../channels/plugins/index.js";
|
|||
import type { ChannelId } from "../channels/plugins/types.js";
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import { readJsonBodyWithLimit, requestBodyErrorToText } from "../infra/http-body.js";
|
||||
import { parseAgentSessionKey } from "../routing/session-key.js";
|
||||
import { normalizeAgentId, parseAgentSessionKey } from "../routing/session-key.js";
|
||||
import { normalizeMessageChannel } from "../utils/message-channel.js";
|
||||
import { type HookMappingResolved, resolveHookMappings } from "./hooks-mapping.js";
|
||||
import { resolveAllowedAgentIds } from "./hooks-policy.js";
|
||||
|
|
|
|||
Loading…
Reference in New Issue