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

# build • Rust AI Agent SDK

> build: Build the team

# build

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**AgentTeamBuilder**](../classes/AgentTeamBuilder) class in the [**workflows**](../modules/workflows) module.

Build the team

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def build(self) -> AgentTeam
```

### Returns

<ResponseField name="Returns" type="AgentTeam">
  The result of the operation.
</ResponseField>

***

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