PlanAI Editor is a graphical user interface (GUI) for visually building and managing AI workflows using the PlanAI framework.
Use a drag-and-drop interface with svelte-flow to add TaskWorkers, connect dependencies, and define your PlanAI workflow.
Export your visual graph to a runnable Python module or import existing PlanAI code to visualize and modify it.
Easily configure parameters for each TaskWorker node directly within the visual interface.

The PlanAI Editor is a desktop application you can easily install using pip:
pip install planaieditorOnce installed, run it from your terminal:
planaieditorRequires Python 3.10 or higher.