Core Concepts

Deterministic Fallback

Recover cleanly and trigger safety fallbacks when AI validation checks fail.

When an AI model fails a verification check (e.g., outputs invalid JSON or attempts an inadmissible action), applications need a reliable way to recover without crashing.

Fallback Scenarios

  • Re-prompting: Automatically instruct the LLM to fix its own syntax error (up to N retries).
  • Safe Defaults: Return a pre-configured neutral object.
  • Human Escalation: Pause the session and alert an operator.
EAAP Protocol v1.0Verified Architecture