Yes, as long as they are standard Omni tokens that is possible.
We don't have a recipe for Agora's yet, but it should be easy to make by using the OMNI.XHY template. I'll post it here as an example. If you can post the recipe for Agora here on the forum (or if you're technical post it as a pull-request to Github), we'll add it to the wallet.
{
"symbol":"omni.xhy",
"name":"Internet of Coins Hybrid Asset",
"module":"quartz",
"mode":"bitcoinjslib.omni",
"import":"omni",
"factor":8,
"contract":"142",
"originator":"12VaCTi8wrdrjh2qdBjL7hJeDgdF9cdbso"
}
Most important are the variables contract, which is the Omni asset ID, and factor, which is the amount of decimals the token uses. Let me know if you have any questions.