eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
8 lines (7 loc) • 426 B
TypeScript
import type { RuntimeDiskCompiledArtifactsSource } from "#runtime/compiled-artifacts-source.js";
/** Serializes whole-generation preparation across dev workers, rechecking artifacts under the lock. */
export declare function ensureDevelopmentSandboxesPrepared(input: {
readonly compiledArtifactsSource: RuntimeDiskCompiledArtifactsSource;
readonly nodeId: string;
readonly providerName: string;
}): Promise<void>;