UNPKG

donobu

Version:

Create browser automations with an LLM agent and replay them as Playwright scripts.

11 lines 581 B
import type { FlowMetadata } from '../models/FlowMetadata'; /** * Deterministic MD5 of the RunConfig-derived slice of `metadata`, used to * group orphan flows into a single back-filled test during migration v12 and * the equivalent cloud ops script. `maxToolCalls` is excluded because it is * null on deterministic flows and would otherwise split groups along run-mode * boundaries. MD5 is fine here because the hash is used for grouping, not * security. */ export declare function hashTestConfig(metadata: FlowMetadata): string; //# sourceMappingURL=TestConfigHash.d.ts.map