eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
6 lines (5 loc) • 497 B
TypeScript
import type { HarnessSession } from "#harness/types.js";
import type { WorkflowSandboxContinuationSecurity } from "#shared/workflow-sandbox.js";
export declare function ensureWorkflowContinuationSecurity(session: HarnessSession): HarnessSession;
export declare function readWorkflowContinuationSecurity(session: HarnessSession): WorkflowSandboxContinuationSecurity | undefined;
export declare function getWorkflowContinuationSecurity(session: HarnessSession): WorkflowSandboxContinuationSecurity;