eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
5 lines (4 loc) • 317 B
TypeScript
import type { ResolveActiveSessionFn } from "#channel/routes.js";
import type { Runtime } from "#channel/types.js";
/** Builds a channel-scoped lookup for the active owner of a continuation token. */
export declare function createResolveActiveSessionFn(runtime: Runtime, channelName: string): ResolveActiveSessionFn;