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

    Type Alias PluginMarketplaceEntry

    type PluginMarketplaceEntry = {
        interface: MarketplaceInterface | null;
        name: string;
        path: AbsolutePathBuf | null;
        plugins: PluginSummary[];
    }
    Index

    Properties

    interface: MarketplaceInterface | null
    name: string
    path: AbsolutePathBuf | null

    Local marketplace file path when the marketplace is backed by a local file. Remote-only catalog marketplaces do not have a local path.

    plugins: PluginSummary[]