Guardrails AI ============= Python client libraries for the `Guardrails AI `_ API. Packages -------- SDK ~~~ The ``guardrails-ai-sdk`` package — the primary client for interacting with the Guardrails AI API. Supports guard management, validation, and guarded chat completions. .. code-block:: bash pip install guardrails-ai-sdk Types ~~~~~ The ``guardrails-ai-types`` package — shared Pydantic models and type definitions used across the SDK. .. code-block:: bash pip install guardrails-ai-types Contents -------- .. toctree:: :maxdepth: 2 :caption: API Reference autoapi/index