openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 377 B
JavaScript
import { C as requireActivePluginRegistry } from "./runtime-BL4wZfTq.js";
//#region src/tasks/detached-task-runtime-state.ts
const getRegistrations = () => requireActivePluginRegistry().detachedTaskRuntimes;
function getRegisteredDetachedTaskLifecycleRuntime() {
return getRegistrations()[0]?.runtime;
}
//#endregion
export { getRegisteredDetachedTaskLifecycleRuntime as t };