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

# templates • AI Agents Framework

> PraisonAI Templates Module

# templates

<Badge color="purple">AI Agents Framework</Badge>

PraisonAI Templates Module

Provides template loading, caching, and resolution for Agent/Workflow configurations.
All imports are lazy to ensure zero performance impact when not used.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonai import templates
```
