Skip to main content

PluginRegistry

Defined in the plugins module.
Rust AI Agent SDK Plugin registry for managing loaded plugins

Fields

Methods

new

Create a new plugin registry

register

Register a plugin Parameters:

get

Get plugin metadata by name Parameters:

has

Check if plugin is registered Parameters:

is_enabled

Check if plugin is enabled Parameters:

enable

Enable a plugin Parameters:

disable

Disable a plugin Parameters:

list

List all registered plugins

list_enabled

List enabled plugins

len

Get plugin count

is_empty

Check if registry is empty

Source

View on GitHub

praisonai/src/parity/plugins.rs at line 445

Rust Plugins