PluginRegistry
Defined in the plugins module.Rust AI Agent SDK Plugin registry for managing loaded plugins
Fields
| Name | Type | Description |
|---|---|---|
plugins | HashMap<String | - |
enabled | HashMap<String | - |
Methods
new
register
| Name | Type |
|---|---|
metadata | PluginMetadata |
get
| Name | Type |
|---|---|
name | &str |
has
| Name | Type |
|---|---|
name | &str |
is_enabled
| Name | Type |
|---|---|
name | &str |
enable
| Name | Type |
|---|---|
name | &str |
disable
| Name | Type |
|---|---|
name | &str |
list
list_enabled
len
is_empty
Source
View on GitHub
praisonai/src/parity/plugins.rs at line 445
