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.

PluginsConfig

Defined in the Config Loader module.
Rust AI Agent SDK Plugins configuration

Fields

NameTypeDescription
enabledPluginsEnabledWhether plugins are enabled (bool, list of names, or “true”/“false”)
auto_discoverboolWhether to auto-discover plugins
directoriesVec<String>Plugin directories

Source

View on GitHub

praisonai/src/parity/config_loader.rs at line 43

Rust Configuration

Rust Installation

Rust Plugins