mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 06:32:00 +00:00
Revert "refactor: move tasks behind plugin-sdk seam"
This reverts commit da6e9bb76f.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { defaultTaskOperationsRuntime } from "../../packages/tasks-host-sdk/src/runtime-core.js";
|
||||
import { startTaskRegistryMaintenance } from "../../packages/tasks-host-sdk/src/runtime-core.js";
|
||||
import type { OpenClawPluginService } from "../plugins/types.js";
|
||||
|
||||
export * from "../../packages/tasks-host-sdk/src/runtime-core.js";
|
||||
import { defaultTaskOperationsRuntime } from "../tasks/operations-runtime.js";
|
||||
import { startTaskRegistryMaintenance } from "../tasks/task-registry.maintenance.js";
|
||||
|
||||
export const defaultOperationsRuntime = defaultTaskOperationsRuntime;
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
import {
|
||||
createEmptyTaskAuditSummary,
|
||||
type TaskAuditSummary,
|
||||
} from "../../packages/tasks-host-sdk/src/task-registry.audit.shared.js";
|
||||
import { createEmptyTaskRegistrySummary } from "../../packages/tasks-host-sdk/src/task-registry.summary.js";
|
||||
import type { TaskRegistrySummary } from "../../packages/tasks-host-sdk/src/task-registry.types.js";
|
||||
|
||||
export { createEmptyTaskAuditSummary, createEmptyTaskRegistrySummary };
|
||||
|
||||
export type { TaskAuditSummary, TaskRegistrySummary };
|
||||
@@ -1,19 +0,0 @@
|
||||
import {
|
||||
createEmptyTaskAuditSummary,
|
||||
type TaskAuditSummary,
|
||||
} from "../../packages/tasks-host-sdk/src/task-registry.audit.shared.js";
|
||||
import {
|
||||
getInspectableTaskAuditSummary,
|
||||
getInspectableTaskRegistrySummary,
|
||||
} from "../../packages/tasks-host-sdk/src/task-registry.maintenance.js";
|
||||
import { createEmptyTaskRegistrySummary } from "../../packages/tasks-host-sdk/src/task-registry.summary.js";
|
||||
import type { TaskRegistrySummary } from "../../packages/tasks-host-sdk/src/task-registry.types.js";
|
||||
|
||||
export {
|
||||
createEmptyTaskAuditSummary,
|
||||
createEmptyTaskRegistrySummary,
|
||||
getInspectableTaskAuditSummary,
|
||||
getInspectableTaskRegistrySummary,
|
||||
};
|
||||
|
||||
export type { TaskAuditSummary, TaskRegistrySummary };
|
||||
Reference in New Issue
Block a user