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.

PluginProtocol

Defined in the plugins module.
Rust AI Agent SDK Base plugin protocol trait

Methods

metadata

fn metadata(&self) -> &PluginMetadata
Get plugin metadata

initialize

fn initialize(&mut self) -> Result<(), String>
Initialize the plugin

Source

View on GitHub

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

Rust Plugins