Execution
Path:
loom-sprint-scaffold/loom/src/types/execution.tsRelative: loom/src/types/execution.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 119Bytes: 4,106Imports: 1Exports: 16
Content Preview
- /**
- * Execution harness types — Loop 3: model client, monitors, stage result.
- * All new execution types go here; barrel-exported via index.ts.
- */
- import type { DispatchEnvelope, ExecutionTraceEvent, Sha256Hex, Reversibility, MemoryRecord, StageBudget } from "./contracts";
- export type { DispatchEnvelope, ExecutionTraceEvent, Sha256Hex, Reversibility, MemoryRecord, StageBudget };
- // ── ModelClient (Anthropic Messages API) ───────────────────────────────────
- export type AnthropicContentBlock