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
| Name | Type | Description |
|---|---|---|
info | PluginInfo | - |
handler | Box<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
