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

# guardrails • AI Agent SDK

> Guardrails module for PraisonAI Agents.

# guardrails

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

Guardrails module for PraisonAI Agents.

This module provides validation and safety mechanisms for task outputs,
including both function-based and LLM-based guardrails.

## Import

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Guardrails Concept" icon="shield-halved" href="/docs/concepts/guardrails" />

  <Card title="Guardrails Feature" icon="shield" href="/docs/features/guardrails" />

  <Card title="Approval" icon="check" href="/docs/features/approval" />
</CardGroup>
