fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.8K
active users

#visualprogramming

0 posts0 participants0 posts today

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: 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!