UNPKG

eve

Version:

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

3 lines (2 loc) • 167 B
import type { MemoryDefinition } from "#public/memory/index.js"; export declare function normalizeMemoryDefinition(value: unknown, message: string): MemoryDefinition;