openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 383 B
JavaScript
import { n as prewarmReplyRunRuntimes, t as getReplyFromConfig } from "./get-reply-DsCSrfQ0.js";
//#region src/auto-reply/reply/get-reply-from-config.runtime.ts
/** Runtime facade for config-driven reply resolution. */
async function prewarmConfigDrivenReplyRuntime() {
await prewarmReplyRunRuntimes();
}
//#endregion
export { getReplyFromConfig, prewarmConfigDrivenReplyRuntime };