Files
openclaw/src/auto-reply/reply.runtime.ts
2026-06-03 19:16:37 -04:00

4 lines
159 B
TypeScript

// Runtime barrel for auto-reply execution.
/** Resolve and run auto-reply behavior from config. */
export { getReplyFromConfig } from "./reply/get-reply.js";