> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Manager Config • Rust AI Agent SDK

> ManagerConfig: Manager configuration for multi-agent workflows

# ManagerConfig

> Defined in the [**Config Loader**](../modules/config_loader) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Manager configuration for multi-agent workflows

## Fields

| Name       | Type                   | Description        |
| ---------- | ---------------------- | ------------------ |
| `llm`      | `Option&lt;String&gt;` | Manager LLM model  |
| `max_iter` | `Option&lt;usize&gt;`  | Maximum iterations |
| `verbose`  | `bool`                 | Verbose output     |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/parity/config_loader.rs#L154">
  `praisonai/src/parity/config_loader.rs` at line 154
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Configuration" icon="gear" href="/docs/rust/configuration" />

  <Card title="Rust Installation" icon="download" href="/docs/rust/installation" />
</CardGroup>
