What Developers Need
To deploy Dome, your development team will:- Install the SDK: Add
vijil-dometo your Python dependencies - Wrap LLM calls: Insert guard checks before and after your agent’s LLM interactions
- Configure guards: Load configuration from the Vijil Console or define it in code
- Handle blocked content: Return safe responses when guards trigger
Integration Pattern
The basic pattern wraps your agent’s LLM calls:Configuration Sync
When you configure guardrails in the Console, your developers can pull that configuration directly into code usingDome.create_from_vijil_agent(). This keeps your security policies in sync between the Console UI and deployed agents.
Framework Support
Dome integrates with popular agent frameworks:- LangChain / LangGraph: Use
GuardrailRunnablein your chains - Google ADK: Register Dome callbacks with your agent
- Custom agents: Wrap any LLM client with guard calls
Next Steps
Monitor Performance
View traces and metrics after deployment
Dome SDK Guide
Complete deployment instructions for developers
Configure Guardrails
Set up guard policies in the Console