agent.response_validator ======================== LLM-as-judge response validation with automatic retry. Validates LLM responses by asking a second LLM call to judge PASS/FAIL. On failure, the original prompt is augmented with the rejection reason and re-executed up to ``max_retries`` times. .. automodule:: ffai.agent.response_validator :members: :undoc-members: :show-inheritance: Classes ------- .. autoclass:: ffai.agent.response_validator.ResponseValidator :members: :undoc-members: :show-inheritance: :inherited-members: .. autoclass:: ffai.agent.response_validator.ValidationResult :members: :undoc-members: :show-inheritance: :inherited-members: