Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

PluginMetadata

Defined in the plugins module.
Rust AI Agent SDK Plugin metadata extracted from plugin header

Fields

NameTypeDescription
nameStringPlugin name
versionStringPlugin version
descriptionStringPlugin description
authorOption<String>Plugin author
dependenciesVec<String>Plugin dependencies
plugin_typePluginTypePlugin type (tool, hook, agent, llm)

Source

View on GitHub

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

Rust Plugins