PluginMetadata
Defined in the plugins module.Rust AI Agent SDK Plugin metadata extracted from plugin header
Fields
| Name | Type | Description |
|---|---|---|
name | String | Plugin name |
version | String | Plugin version |
description | String | Plugin description |
author | Option<String> | Plugin author |
dependencies | Vec<String> | Plugin dependencies |
plugin_type | PluginType | Plugin type (tool, hook, agent, llm) |
Source
View on GitHub
praisonai/src/parity/plugins.rs at line 18
