UNPKG

eve

Version:

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

7 lines (6 loc) 264 B
import type { IFileSystem } from "just-bash"; export declare function createSelfModificationFilesystem(input: { readonly appRoot: string; readonly defaultFilesystem: IFileSystem; readonly justBash: typeof import("just-bash"); }): Promise<IFileSystem>;