Adapters
Path:
_archive/loom-stale-pre-sprint-snapshot/src/execution/adapters.tsRelative: loom-stale-pre-sprint-snapshot/src/execution/adapters.tsSubproject: _archiveCategory: archivedLines: 118Bytes: 4,160Imports: 7Exports: 7
Content Preview
- import { drizzle } from "drizzle-orm/d1";
- import { memoryRecords, traceEvents } from "../db/schema";
- import { withRetry } from "../lib/retry";
- import type { ExecutionTraceEvent, MemoryRecord } from "../types/contracts";
- import type { Env } from "../types/env";
- import { AnthropicClient } from "./anthropic-client";
- import type { BlobStore, Clock, HarnessDeps, MemorySink, ToolDefinition, ToolOutcome, ToolRegistry, TraceSink } from "./ports";
- /** Production adapters binding the harness ports to wor