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

    Type Alias ConfigRequirements

    type ConfigRequirements = {
        allowAppshots: boolean | null;
        allowedApprovalPolicies: AskForApproval[] | null;
        allowedPermissionProfiles: { [key in string]?: boolean } | null;
        allowedSandboxModes: SandboxMode[] | null;
        allowedWebSearchModes: WebSearchMode[] | null;
        allowedWindowsSandboxImplementations: WindowsSandboxSetupMode[] | null;
        allowManagedHooksOnly: boolean | null;
        allowRemoteControl: boolean | null;
        computerUse: ComputerUseRequirements | null;
        defaultPermissions: string | null;
        enforceResidency: ResidencyRequirement | null;
        featureRequirements: { [key in string]?: boolean } | null;
        models: ModelsRequirements | null;
    }
    Index

    Properties

    allowAppshots: boolean | null
    allowedApprovalPolicies: AskForApproval[] | null
    allowedPermissionProfiles: { [key in string]?: boolean } | null
    allowedSandboxModes: SandboxMode[] | null
    allowedWebSearchModes: WebSearchMode[] | null
    allowedWindowsSandboxImplementations: WindowsSandboxSetupMode[] | null
    allowManagedHooksOnly: boolean | null
    allowRemoteControl: boolean | null
    computerUse: ComputerUseRequirements | null
    defaultPermissions: string | null
    enforceResidency: ResidencyRequirement | null
    featureRequirements: { [key in string]?: boolean } | null
    models: ModelsRequirements | null