nemoguardrails.guardrails.base_engine
nemoguardrails.guardrails.base_engine
Base class for IORails HTTP engines with aiohttp retry client lifecycle.
Module Contents
Classes
API
HTTP engine base with aiohttp RetryClient lifecycle.
Manages a single RetryClient with configurable timeout and retry settings. Subclasses add endpoint-specific call logic.
_client
_lock
_retry_options
_timeout
async
async
async
Create this engine’s RetryClient. Call during service startup.
async
Close this engine’s RetryClient. Call during service shutdown.