UNPKG

eve

Version:

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

6 lines (5 loc) 244 B
export declare function recordCleanupIntent(appRoot: string, input: { readonly ownerPid: number; readonly runId: string; }): Promise<() => Promise<void>>; export declare function reconcileCleanupIntents(appRoot: string): Promise<void>;