Create Your First Plugin
Developing with Python(Recommended)
Python plugins allow you to quickly experiment with your algorithms locally. It also comes with Runner
to host the plugin by yourself so that every TuneFlow user can use your plugin.
Continue reading: Python Plugin Development 101
Developing with Typescript / Javascript
TS/JS plugins can be deployed on desktop or web versions. We recommend using the TuneFlow DevKit for TuneFlow plugin development. It allows you to run your custom TuneFlow plugin in the TuneFlow desktop version and debug it through a local debug server.
Please see the following link for specific development steps:https://github.com/tuneflow/tuneflow-devkit