agent-sdk / Exports / IBundlePluginInstallerOptions
Interface: IBundlePluginInstallerOptions
Options for constructing a BundlePluginInstaller.
Table of contents
Properties
Properties
pluginsDir
• pluginsDir: string
Base plugins directory (e.g., ~/.robota/plugins).
Defined in
agent-sdk/src/plugins/bundle-plugin-installer.ts:32
settingsStore
• settingsStore: PluginSettingsStore
Shared settings store for enable/disable persistence.
Defined in
agent-sdk/src/plugins/bundle-plugin-installer.ts:34
marketplaceClient
• marketplaceClient: MarketplaceClient
MarketplaceClient for reading marketplace manifests.
Defined in
agent-sdk/src/plugins/bundle-plugin-installer.ts:36
exec
• Optional exec: ExecFn
Custom exec function for testing (replaces child_process.execSync).