Let's say I run a simple algorithm like this
import processing
https://docs.qgis.org/3.16/en/docs/user_manual/processing_algs/qgis/vectoranalysis.html?highlight=count%20points%20polygon#id3
processing.run("qgis:countpointsinpolygon", {
'POLYGONS' : 'polygons',
'POINTS': 'points',
'OUTPUT': 'TEMPORARY_OUTPUT'
})
How do I materialize/visualize/add the temporary layer in the Layers Panel?