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.

Plugin

Defined in the plugins module.
Rust AI Agent SDK Trait for implementing plugins.

Methods

info

fn info(&self) -> PluginInfo
Get plugin info

name

fn name(&self) -> &str
Get plugin name

Source

View on GitHub

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

Rust Plugins