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

    Type Alias ExperimentalFeature

    type ExperimentalFeature = {
        announcement: string | null;
        defaultEnabled: boolean;
        description: string | null;
        displayName: string | null;
        enabled: boolean;
        name: string;
        stage: ExperimentalFeatureStage;
    }
    Index

    Properties

    announcement: string | null

    Announcement copy shown to users when the feature is introduced. Null when this feature is not in beta.

    defaultEnabled: boolean

    Whether this feature is enabled by default.

    description: string | null

    Short summary describing what the feature does. Null when this feature is not in beta.

    displayName: string | null

    User-facing display name shown in the experimental features UI. Null when this feature is not in beta.

    enabled: boolean

    Whether this feature is currently enabled in the loaded config.

    name: string

    Stable key used in config.toml and CLI flag toggles.

    Lifecycle stage of this feature flag.