What it tests
Ring 0 answers: Is everything connected properly and internally consistent? Before running any simulation, Ring 0 validates that your agent’s configuration is structurally sound. It checks call flows for completeness, policies for internal consistency, and verifies that the agent is reachable.How it works
Ring 0 runs a three-step diagnosis:Deep validation
Analyzes your call flow and policy/guardrails against industry standards. Checks for:
- Unreachable nodes in the call flow
- Missing transitions or dead ends
- Policy contradictions
- Missing required fields
Sample scenario generation
Auto-generates a single test scenario based on your validated configuration to verify the agent can handle a basic interaction.
When to run it
Run Ring 0 whenever you:- Set up a new agent
- Make changes to the call flow
- Update policy or guardrails
- Change providers or phone numbers

