@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias SandboxPolicy

    SandboxPolicy:
        | { type: "dangerFullAccess" }
        | { networkAccess: boolean; type: "readOnly" }
        | { networkAccess: NetworkAccess; type: "externalSandbox" }
        | {
            excludeSlashTmp: boolean;
            excludeTmpdirEnvVar: boolean;
            networkAccess: boolean;
            type: "workspaceWrite";
            writableRoots: AbsolutePathBuf[];
        }