Index
Path:
loom-sprint-scaffold/loom/src/orchestrator/core/index.tsRelative: loom/src/orchestrator/core/index.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 11Bytes: 727Imports: 0Exports: 7
Content Preview
- /**
- * Barrel — all core orchestration classes and types.
- */
- export { type PredicateEvaluation, evaluatePredicate, evaluateAllPredicates, summarizeEvaluations, isMachineEvaluableKind } from "./predicates";
- export type { PredicateRunner, PredicateResult, CheckpointDecision, TraceEvent, Embedder, KVStore, Clock, DecomposerDeps, DriftReport, EscalationRecord, TokenPayload } from "./types";
- export { DecompositionError, decompose } from "./decomposer";
- export { EscalationLedger, type StageFailState