UNPKG

eve

Version:

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

9 lines (8 loc) 413 B
import type { IFileSystem } from "just-bash"; export declare function createSelfModificationFilesystem(input: { readonly appRoot?: string; readonly defaultFilesystem: IFileSystem; resolveProjectPath?(path: string): string; readonly justBash: typeof import("just-bash"); }): Promise<IFileSystem>; export declare const createLocalSelfModificationFilesystem: typeof createSelfModificationFilesystem;