eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
4 lines (3 loc) • 300 B
TypeScript
import type { RegistrySetupCompletion } from "./registry-setup-protocol.js";
/** Combines setup completions while preserving their facts and deployment requirement. */
export declare function mergeRegistrySetupCompletions(...completions: readonly RegistrySetupCompletion[]): RegistrySetupCompletion;