nexus-agents - v2.80.0
    Preparing search index...

    Interface SandboxExecutionOptions

    Options for sandboxed execution.

    interface SandboxExecutionOptions {
        cwd?: string;
        env?: Record<string, string>;
        policy: SandboxPolicy;
        limits?: Partial<ResourceLimits>;
    }
    Index

    Properties

    Properties

    cwd?: string

    Working directory.

    env?: Record<string, string>

    Environment variables (will be filtered by policy).

    Policy to apply.

    limits?: Partial<ResourceLimits>

    Override resource limits.