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

# agent • AI Agent SDK

> Module reference for agent

# agent

<Badge color="blue">AI Agent</Badge>

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.agent import agent
```

## Classes

<CardGroup cols={2}>
  <Card title="Agent" icon="brackets-curly" href="../classes/Agent">
    Class definition.
  </Card>
</CardGroup>

### Constants

| Name                        | Value                                                                                           |
| --------------------------- | ----------------------------------------------------------------------------------------------- |
| `_FILE_EXTENSIONS`          | `frozenset({'.txt', '.md', '.json', '.yaml', '.yml', '.html', '.csv', '.log', '.xml', '.rst'})` |
| `DEFAULT_TOOL_OUTPUT_LIMIT` | `16000`                                                                                         |

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Agents Concept" icon="robot" href="/docs/concepts/agents" />

  <Card title="Single Agent Guide" icon="book-open" href="/docs/guides/single-agent" />

  <Card title="Multi-Agent Guide" icon="users" href="/docs/guides/multi-agent" />

  <Card title="Agent Configuration" icon="gear" href="/docs/configuration/agent-config" />

  <Card title="Auto Agents" icon="wand-magic-sparkles" href="/docs/features/autoagents" />
</CardGroup>
