UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

6 lines (5 loc) 236 B
import type { CompiledAgentManifest } from "#compiler/manifest.js"; export declare function serializeCompiledManifestForFingerprint(input: { readonly manifest: CompiledAgentManifest; readonly runtimeAppRoot: string; }): string;