pub type RetryPredicate = Arc<dyn Fn(&AgentGraphError) -> bool + Send + Sync>;
Type alias for retry predicate function.
pub struct RetryPredicate { /* private fields */ }