GNN specific for directed graphs

Is there any built-in model on DGL specifically for directed graphs?
eg MagNet, DirGNN

These are available on torch geometric, but best if these models are available already on DGL.

Thanks in advance!

They are not readily available in DGL. Contributions are welcome!