Skip to main content
Vijil Dome is an open-source library that provides input and output Guardrails for your AI agents. You can install it from PyPI:
Shell
Dome has the following additional extras that can be installed
  • OpenTelemetry (pip install vijil-dome[opentelemetry]) for OpenTelemetry support
  • Google (pip install vijil-dome[google]) to enable observability on GCP via cloud traces, metrics and logs
  • LangChain (pip install vijil-dome[langchain]) to use Dome as a LangChain runnable
  • Embeddings (pip install vijil-dome[embeddings]) for fast embeddings support (not supported on GCP)

Basic Usage

Initialize Dome with the provided default config:
To further customize Dome, refer to Dome Configuration
Last modified on March 26, 2026