> ## 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.

# builder • Rust AI Agent SDK

> Agent builder pattern implementation

# builder

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

Agent builder pattern implementation

Provides a fluent API for constructing agents.

## Import

```rust theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
use praisonai::agent::builder::*;
```

## Classes

<CardGroup cols={2}>
  <Card title="AgentConfig" icon="brackets-curly" href="../classes/AgentConfig">
    Configuration for an agent
  </Card>

  <Card title="AgentBuilder" icon="brackets-curly" href="../classes/AgentBuilder">
    Builder for creating agents
  </Card>
</CardGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Agent UI" icon="display" href="/docs/rust/agent-ui-agui" />

  <Card title="Rust AGUI" icon="display" href="/docs/rust/agui" />
</CardGroup>
