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.

FunctionPlugin

Defined in the plugins module.
Rust AI Agent SDK A simple function-based plugin.

Fields

NameTypeDescription
infoPluginInfo-
handlerBox<dyn Fn(PluginHook-
serde_json:Value) -> Result<Option<serde_json::Value>> + Send + Sync>-

Source

View on GitHub

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

Rust Plugins