Visual Workflow Builder
"The PlanAI editor is a graphical user interface (GUI) for visually building and managing AI workflows using the PlanAI task automation framework.
This application provides a node-based interface allowing users to:
- Visually construct PlanAI graphs by creating and connecting Task, TaskWorker, LLMTaskWorker, and JoinedTaskWorker nodes
- Configure the properties of each node, export the designed graph into a Python module compatible with PlanAI
- Import existing PlanAI Python modules into the visual editor for modification
- Execute a PlanAI graph within the UI and see its output
It is built with Svelte 5,
svelte-flow
,bits-ui
, and Monaco Editor with a Python backend running Flask and socket.io.
Niels Provos
@nielsprovos