Skip to main content

AutoAgentsConfig

Defined in the specialized module.
Rust AI Agent SDK Auto agents configuration

Fields

NameTypeDescription
taskStringTask description
num_agentsOption<usize>Number of agents to create
llmOption<String>LLM model for generation
verboseboolVerbose output

Source

View on GitHub

praisonai/src/parity/specialized.rs at line 348