mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 12:53:34 +00:00
4 lines
159 B
TypeScript
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";
|