Happy to share the first release of PlanAI Editor - a new visual tool for the PlanAI framework!
PlanAI Editor provides a graphical interface to visually build, manage, and execute complex AI workflows. Drag & drop nodes, configure tasks (compute & LLM), export to runnable Python code, and even import existing PlanAI modules.
Explore the project: https://github.com/provos/planaieditor/ (or just run it with pip install planaieditor && planaieditor)
Request for help: I would like to integrate Monaco Editor (used here) with a Python LSP for better code intelligence. I tried and miserably failed. If you've tackled this before, I would definitely appreciate help with this!