Skip to main content

Interface: SandboxFile

Defined in: packages/agentos/src/sandbox/executor/ICodeSandbox.ts:73

Input files to provide to the sandbox.

Properties

content

content: string

Defined in: packages/agentos/src/sandbox/executor/ICodeSandbox.ts:77

File content


encoding?

optional encoding: "base64" | "utf8" | "binary"

Defined in: packages/agentos/src/sandbox/executor/ICodeSandbox.ts:79

File encoding


path

path: string

Defined in: packages/agentos/src/sandbox/executor/ICodeSandbox.ts:75

File path relative to working directory