> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Plugin Metadata • Rust AI Agent SDK

> PluginMetadata: Plugin metadata extracted from plugin header

# PluginMetadata

> Defined in the [**plugins**](../modules/plugins) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Plugin metadata extracted from plugin header

## Fields

| Name           | Type                   | Description                          |
| -------------- | ---------------------- | ------------------------------------ |
| `name`         | `String`               | Plugin name                          |
| `version`      | `String`               | Plugin version                       |
| `description`  | `String`               | Plugin description                   |
| `author`       | `Option&lt;String&gt;` | Plugin author                        |
| `dependencies` | `Vec&lt;String&gt;`    | Plugin dependencies                  |
| `plugin_type`  | `PluginType`           | Plugin type (tool, hook, agent, llm) |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/parity/plugins.rs#L18">
  `praisonai/src/parity/plugins.rs` at line 18
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Plugins" icon="plug" href="/docs/rust/plugins" />
</CardGroup>
