UNPKG

eve

Version:

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

6 lines (5 loc) 231 B
import type { SandboxSession } from "#shared/sandbox-session.js"; export declare function createLoggingSandboxSession(input: { readonly log?: (message: string) => void; readonly session: SandboxSession; }): SandboxSession;