UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

11 lines (10 loc) 665 B
import { n as createLazyRuntimeMethodBinder, r as createLazyRuntimeModule } from "../lazy-runtime-CgCh8H_K.js"; //#region src/plugin-sdk/command-status-runtime.ts /** * Lazy runtime SDK subpath for command status reply generation. */ const loadCommandStatusRuntime = createLazyRuntimeModule(() => import("../command-status.runtime-UgYvhg1g.js")); /** Resolves the direct status reply text for a session without eagerly loading runtime code. */ const resolveDirectStatusReplyForSession = createLazyRuntimeMethodBinder(loadCommandStatusRuntime)((runtime) => runtime.resolveDirectStatusReplyForSessionCore); //#endregion export { resolveDirectStatusReplyForSession };