In case you mean support for miner protocols like getwork RPC, then no support for that. As of now I see no upside mining Bitcoin with this, not for the product and not for the network.
In case you are considering to develop an alt-coin, then it would not be a big trick to add CPU mining with your rules as it has a memory pool of unconfirmed transactions.
So as I undestand the getwork protocol in not supported.
So to create a block with a coin base and the mechanism to do that, is not in the current code base? What I mean is that bitcoind has a setgenerate true argument that starts up a bitcoinminer in CPU. Is that part implemented or does that need to be reimplemented in your supernode?