Chailotl / muninn

A hackable node-based automation system.
GNU General Public License v3.0
0 stars 0 forks source link

Add jobs #17

Open Chailotl opened 6 months ago

Chailotl commented 6 months ago

Sometimes it may be easier to write an entire automation in a single JS script, so having a Jobs folder that can load these is worth investigating.

Theoretically you can hijack the Service loader to achieve similar results, but I think there is an opportunity for node graph integration that services can't do.