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.

ManagerConfig

Defined in the Config Loader module.
Rust AI Agent SDK Manager configuration for multi-agent workflows

Fields

NameTypeDescription
llmOption<String>Manager LLM model
max_iterOption<usize>Maximum iterations
verboseboolVerbose output

Source

View on GitHub

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

Rust Configuration

Rust Installation