mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 10:30:43 +00:00
7 lines
217 B
TypeScript
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";
|