UNPKG

eve

Version:

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

6 lines (5 loc) 446 B
import type { ModuleSourceRef } from "#shared/source-ref.js"; import type { CompiledMemoryDefinition } from "#compiler/manifest.js"; import { type ModuleBackedDefinitionLoadOptions } from "#compiler/normalize-helpers.js"; export declare function compileMemoryDefinition(source: ModuleSourceRef, options: ModuleBackedDefinitionLoadOptions): Promise<CompiledMemoryDefinition>; export declare function deriveMemorySlot(logicalPath: string): string;