openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
14 lines (13 loc) • 592 B
JavaScript
import { J as ensureTaskFlowRegistryReady, at as reloadTaskFlowRegistryFromStore } from "./task-registry-BP9SCk1B.js";
import { M as reloadTaskRegistryFromStore, S as ensureTaskRegistryReady } from "./task-registry-activity-CnYtB2ka.js";
//#region src/tasks/runtime-internal.ts
function ensureTaskRuntimeStateReady() {
ensureTaskFlowRegistryReady();
ensureTaskRegistryReady();
}
function reloadTaskRuntimeStateFromStore() {
reloadTaskFlowRegistryFromStore();
reloadTaskRegistryFromStore();
}
//#endregion
export { reloadTaskRuntimeStateFromStore as n, ensureTaskRuntimeStateReady as t };