openskynet / src /omega /executive-runtime.ts
Darochin's picture
Mirror OpenSkyNet workspace snapshot from Git HEAD
fc93158 verified
export type {
OmegaExecutiveDeferReason,
OmegaExecutiveDispatchAccounting,
OmegaExecutiveDispatchPlan,
OmegaExecutiveQueueKind,
OmegaExecutiveScheduledItem,
OmegaExecutiveWorkItemLedgerEntry,
OmegaExecutiveWorkItemState,
} from "./executive-dispatch.js";
export {
deriveNextOmegaExecutiveDispatchAccounting,
deriveOmegaExecutiveDispatchPlan,
} from "./executive-dispatch.js";