mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 02:50:20 +00:00
Revert "refactor: move tasks into bundled plugin"
This reverts commit c75f4695b7.
This commit is contained in:
@@ -54,7 +54,6 @@ import type {
|
||||
} from "../tts/provider-types.js";
|
||||
import type { DeliveryContext } from "../utils/delivery-context.js";
|
||||
import type { WizardPrompter } from "../wizard/prompts.js";
|
||||
import type { PluginOperationsRuntime } from "./operations-state.js";
|
||||
import type { SecretInputMode } from "./provider-auth-types.js";
|
||||
import type { createVpsAwareOAuthHandlers } from "./provider-oauth-flow.js";
|
||||
import type { PluginRuntime } from "./runtime/types.js";
|
||||
@@ -1768,8 +1767,6 @@ export type OpenClawPluginApi = {
|
||||
registerMemoryEmbeddingProvider: (
|
||||
adapter: import("./memory-embedding-providers.js").MemoryEmbeddingProviderAdapter,
|
||||
) => void;
|
||||
/** Register the active operations runtime adapter (exclusive slot — only one active at a time). */
|
||||
registerOperationsRuntime: (runtime: PluginOperationsRuntime) => void;
|
||||
resolvePath: (input: string) => string;
|
||||
/** Register a lifecycle hook handler */
|
||||
on: <K extends PluginHookName>(
|
||||
|
||||
Reference in New Issue
Block a user