UNPKG

eve

Version:

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

7 lines (6 loc) • 287 B
import { type MemoryDocumentBackend } from "#public/memory/file/backend.js"; /** * Creates a process-local document backend for development and tests. * Contents disappear when the process or backend instance is replaced. */ export declare function inMemory(): MemoryDocumentBackend;