openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
15 lines (14 loc) • 2.32 kB
JavaScript
import { n as normalizeAgentId, r as normalizeAgentIdStrict } from "../agent-id-CeT3w4ap.js";
import { M as parseThreadSessionSuffix, O as parseAgentSessionKey, S as isAcpSessionKey, T as isSubagentSessionKey, a as buildAgentMainSessionKey, f as resolveAgentIdFromSessionKey, g as sanitizeAgentId, h as resolveThreadSessionKeys, n as DEFAULT_MAIN_KEY, s as buildGroupHistoryKey, u as normalizeMainKey, w as isCronSessionKey } from "../session-key-BnWWjqNc.js";
import { t as isIncognitoSessionKey } from "../incognito-session-key-BwpD1Lwd.js";
import { n as normalizeAccountId, r as normalizeOptionalAccountId, t as DEFAULT_ACCOUNT_ID } from "../account-id-CETVCrTz.js";
import { t as resolveAccountEntry } from "../account-lookup-CvFhSs3G.js";
import { n as normalizeMessageChannel } from "../message-channel-core-AaEWic-A.js";
import { i as resolveGatewayMessageChannel } from "../message-channel-normalize-B81s0XMO.js";
import { i as resolveDefaultAgentBoundAccountId, r as listBoundAccountIds } from "../bindings-RJ9_sjHk.js";
import { c as resolveInboundLastRouteSessionKey, n as deriveLastRoutePolicy, s as resolveAgentRoute, t as buildAgentSessionKey } from "../resolve-route-BRXfbiKP.js";
import { t as buildOutboundBaseSessionKey } from "../base-session-key-CQi1rAFG.js";
import { n as formatSetExplicitDefaultInstruction, r as formatSetExplicitDefaultToConfiguredInstruction } from "../default-account-warnings-CK3UKJwX.js";
import { t as normalizeOutboundThreadId } from "../thread-id-DGWIEdD8.js";
import "../routing-adlWg0R3.js";
export { DEFAULT_ACCOUNT_ID, DEFAULT_MAIN_KEY, buildAgentMainSessionKey, buildAgentSessionKey, buildGroupHistoryKey, buildOutboundBaseSessionKey, deriveLastRoutePolicy, formatSetExplicitDefaultInstruction, formatSetExplicitDefaultToConfiguredInstruction, isAcpSessionKey, isCronSessionKey, isIncognitoSessionKey, isSubagentSessionKey, listBoundAccountIds, normalizeAccountId, normalizeAgentId, normalizeAgentIdStrict, normalizeMainKey, normalizeMessageChannel, normalizeOptionalAccountId, normalizeOutboundThreadId, parseAgentSessionKey, parseThreadSessionSuffix, resolveAccountEntry, resolveAgentIdFromSessionKey, resolveAgentRoute, resolveDefaultAgentBoundAccountId, resolveGatewayMessageChannel, resolveInboundLastRouteSessionKey, resolveThreadSessionKeys, sanitizeAgentId };