Readonly
asyncReadonly
dotpromptOptional
parentInitializes a plugin already registered with registerPluginProvider.
The name of the plugin to initialize.
The plugin.
Looks up an action in the registry.
The key of the action to lookup.
The action.
Registers an action in the registry.
The type of the action to register.
The action to register.
Registers an action promise in the registry.
Registers a plugin provider. This plugin must be initialized before it can be used by calling initializePlugin or initializeAllPlugins.
The name of the plugin to register.
The plugin provider.
Static
with
The registry is used to store and lookup actions, trace stores, flow state stores, plugins, and schemas.