UNPKG

eve

Version:

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

5 lines (4 loc) 318 B
import type { ContextAccessor } from "#context/key.js"; import type { HarnessSession } from "#harness/types.js"; /** Re-stamps a session after a channel handler changes its continuation token. */ export declare function reconcileSessionContinuationToken(ctx: ContextAccessor, session: HarnessSession): HarnessSession;