eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
5 lines (4 loc) • 400 B
TypeScript
import type { CompiledSandboxDefinition } from "#compiler/manifest.js";
import type { ModuleBackedDefinitionLoadOptions } from "#compiler/normalize-helpers.js";
import type { SandboxSourceRef } from "#discover/manifest.js";
export declare function compileSandboxDefinition(_agentRoot: string, source: SandboxSourceRef, options: ModuleBackedDefinitionLoadOptions): Promise<CompiledSandboxDefinition>;