mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-10 12:32:27 +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";
|