Files
openclaw/src/plugin-sdk/session-key-runtime.ts
2026-04-17 17:04:31 +01:00

7 lines
217 B
TypeScript

// Narrow session-key helpers for channel hot paths that should not import the
// broader routing SDK barrel.
export {
resolveAgentIdFromSessionKey,
type ParsedAgentSessionKey,
} from "../routing/session-key.js";