Skip to main content

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:
1

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
2

Sample scenario generation

Auto-generates a single test scenario based on your validated configuration to verify the agent can handle a basic interaction.
3

Quick simulation

Runs a single simulated call to verify the agent is reachable, responds appropriately, and the full pipeline (STT → LLM → TTS) is functional.

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

How to trigger

In Agent Settings, click the Validate My Agent button. The diagnosis runs automatically and reports pass/fail with detailed feedback.