UNPKG

eve

Version:

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

10 lines (9 loc) 308 B
export declare function deriveRootTurnActivityWorkId(input: { readonly sessionId: string; readonly turnId: string; }): string; export declare function deriveChildActivityWorkId(input: { readonly callId: string; readonly parentSessionId: string; readonly parentTurnId: string; }): string;