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

# task • AI Agent SDK

> Module reference for task

# task

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

## Import

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

## Classes

<CardGroup cols={2}>
  <Card title="Task" icon="brackets-curly" href="../classes/Task">
    A unit of work that can be executed by an Agent or a custom handler function.
  </Card>
</CardGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Tasks Concept" icon="list-check" href="/docs/concepts/tasks" />

  <Card title="Task Configuration" icon="gear" href="/docs/configuration/task-config" />

  <Card title="Task Validation" icon="check-double" href="/docs/features/task-validation-feedback" />
</CardGroup>
