UNPKG

eve

Version:

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

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