PlanAI Editor

PlanAI Editor is a graphical user interface (GUI) for visually building and managing AI workflows using the PlanAI framework.

Get the Editor

Editor Features

Visual Graph Construction

Use a drag-and-drop interface with svelte-flow to add TaskWorkers, connect dependencies, and define your PlanAI workflow.

Python Integration

Export your visual graph to a runnable Python module or import existing PlanAI code to visualize and modify it.

Node Configuration

Easily configure parameters for each TaskWorker node directly within the visual interface.

PlanAI Editor Screenshot

Installation

The PlanAI Editor is a desktop application you can easily install using pip:

pip install planaieditor

Once installed, run it from your terminal:

planaieditor

Requires Python 3.10 or higher.