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

    Type Alias PluginListParams

    type PluginListParams = {
        cwds?: AbsolutePathBuf[] | null;
        marketplaceKinds?: PluginListMarketplaceKind[] | null;
    }
    Index

    Properties

    cwds?: AbsolutePathBuf[] | null

    Optional working directories used to discover repo marketplaces. When omitted, only home-scoped marketplaces and the official curated marketplace are considered.

    marketplaceKinds?: PluginListMarketplaceKind[] | null

    Optional marketplace kind filter. When omitted, only local marketplaces are queried, plus the default remote catalog when enabled by feature flag.