Revert "refactor: move tasks behind plugin-sdk seam"

This reverts commit da6e9bb76f.
This commit is contained in:
Peter Steinberger
2026-04-01 01:27:24 +09:00
parent 6f74a572d9
commit 759d37635d
86 changed files with 836 additions and 1276 deletions

View File

@@ -1,4 +1,3 @@
import { defaultTaskOperationsRuntime } from "openclaw/plugin-sdk/tasks";
import { resolveStateDir } from "../../config/paths.js";
import { loadBundledPluginPublicSurfaceModuleSync } from "../../plugin-sdk/facade-runtime.js";
import { resolveGlobalSingleton } from "../../shared/global-singleton.js";
@@ -7,6 +6,7 @@ import {
createLazyRuntimeMethodBinder,
createLazyRuntimeModule,
} from "../../shared/lazy-runtime.js";
import { defaultTaskOperationsRuntime } from "../../tasks/operations-runtime.js";
import { VERSION } from "../../version.js";
import { listWebSearchProviders, runWebSearch } from "../../web-search/runtime.js";
import { getRegisteredOperationsRuntime } from "../operations-state.js";