UNPKG

eve

Version:

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

5 lines (4 loc) 175 B
/** Distinguishes authored admission failures from failed runtime lifecycle work. */ export declare class BoundaryHookError extends Error { constructor(cause: unknown); }