UNPKG

eve

Version:

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

4 lines (3 loc) 205 B
import type { SandboxAccess } from "#sandbox/state.js"; import type { FrameworkContextProvider } from "#context/provider.js"; export declare const sandboxProvider: FrameworkContextProvider<SandboxAccess>;