UNPKG

eve

Version:

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

4 lines (3 loc) • 253 B
/** Default lifetime from creation or the latest successful ownership handoff. */ export declare const DEFAULT_SESSION_TIMEOUT_MS: number; export declare function sessionTimeoutDeadline(timeoutMs: number | false, startedAtMs: number): Date | undefined;