Execution

loom-sprint-scaffoldsourcetypescript
Path: loom-sprint-scaffold/loom/src/types/execution.tsRelative: loom/src/types/execution.tsSubproject: loom-sprint-scaffoldCategory: other
Lines: 119Bytes: 4,106Imports: 1Exports: 16

Content Preview

  1. /**
  2. * Execution harness types — Loop 3: model client, monitors, stage result.
  3. * All new execution types go here; barrel-exported via index.ts.
  4. */
  5. import type { DispatchEnvelope, ExecutionTraceEvent, Sha256Hex, Reversibility, MemoryRecord, StageBudget } from "./contracts";
  6. export type { DispatchEnvelope, ExecutionTraceEvent, Sha256Hex, Reversibility, MemoryRecord, StageBudget };
  7. // ── ModelClient (Anthropic Messages API) ───────────────────────────────────
  8. export type AnthropicContentBlock