Implementing Server-Side UI renderer
Server side renderes can be developed as separate python modules, and plugged into UI Agent backend using framework available in UI Agent Core. It is based on Stevedore Plugin framework.
To implement your renderer, you have to create python module, with this structure.
Details comming soon...