Skip to content

agent-sdk / Exports / IMarketplaceClientOptions

Interface: IMarketplaceClientOptions

Options for constructing a MarketplaceClient.

Table of contents

Properties

Properties

pluginsDir

pluginsDir: string

Base plugins directory (e.g., ~/.robota/plugins).

Defined in

agent-sdk/src/plugins/marketplace-client.ts:60


exec

Optional exec: ExecFn

Custom exec function for testing (replaces child_process.execSync).

Defined in

agent-sdk/src/plugins/marketplace-client.ts:62

Released under the MIT License.