Skip to main content

@elizaos/core v1.0.0-beta.7 / handlePluginImporting

Function: handlePluginImporting()

handlePluginImporting(plugins): Promise<any[]>

Handles the importing of plugins based on the provided array of plugin names.

Parameters

plugins: string[]

An array of plugin names to import

Returns

Promise<any[]>

  • A Promise that resolves to an array of imported plugins

Defined in

packages/core/src/import.ts:29