UNPKG

eve

Version:

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

7 lines (6 loc) • 308 B
import type { DockerCli } from "#execution/sandbox/bindings/docker-cli.js"; import type { InternalSandboxSession } from "#shared/sandbox-session.js"; export declare function createDockerInternalSession(input: { readonly cli: DockerCli; readonly containerIdentity: string; }): InternalSandboxSession;