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

# auto • TypeScript AI Agent SDK

> * AutoAgents - Automatic agent generation from task descriptions

# auto

<Badge color="green">TypeScript AI Agent</Badge>

* AutoAgents - Automatic agent generation from task descriptions

## Import

```typescript theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
import { auto } from 'praisonai';
```

## Classes

<CardGroup cols={2}>
  <Card title="AgentConfig" icon="brackets-curly" href="../classes/AgentConfig">
    TypeScript AgentConfig class
  </Card>

  <Card title="TaskConfig" icon="brackets-curly" href="../classes/TaskConfig">
    TypeScript TaskConfig class
  </Card>

  <Card title="TeamStructure" icon="brackets-curly" href="../classes/TeamStructure">
    TypeScript TeamStructure class
  </Card>

  <Card title="AutoAgentsConfig" icon="brackets-curly" href="../classes/AutoAgentsConfig">
    TypeScript AutoAgentsConfig class
  </Card>

  <Card title="AutoAgents" icon="brackets-curly" href="../classes/AutoAgents">
    TypeScript AutoAgents class
  </Card>
</CardGroup>

## Functions

<CardGroup cols={2}>
  <Card title="createAutoAgents()" icon="function" href="../functions/createAutoAgents">
    Function definition.
  </Card>
</CardGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Auto Agents" icon="robot" href="/docs/js/auto-agents" />

  <Card title="TS Auto Agents CLI" icon="terminal" href="/docs/js/auto-agents-cli" />
</CardGroup>
