Files
openclaw/src/auto-reply/reply/route-reply.runtime.ts
2026-06-03 19:29:12 -04:00

3 lines
121 B
TypeScript

/** Runtime facade for channel-aware reply routing. */
export { isRoutableChannel, routeReply } from "./route-reply.js";