refactor(workflow): add workflow task runtime facade

This commit is contained in:
gsxdsm
2026-06-07 17:42:43 -07:00
parent ba16805ce6
commit cbc2bbff7d
4 changed files with 719 additions and 0 deletions

View File

@@ -107,6 +107,12 @@ export {
type WorkflowGraphTaskRunResult,
type WorkflowGraphTaskRunnerDeps,
} from "./workflow-graph-task-runner.js";
export {
WorkflowTaskRuntime,
type WorkflowTaskRuntimeDeps,
type WorkflowTaskRuntimeDisposition,
type WorkflowTaskRuntimeResult,
} from "./workflow-task-runtime.js";
export { collectTaskEvaluationEvidence } from "./evaluator-evidence.js";
export { Scheduler, type SchedulerOptions } from "./scheduler.js";
export { MeshLeaseManager, type MeshLeaseManagerOptions, type LeaseRecoveryContext } from "./mesh-lease-manager.js";