My try at a unified AI for small teams

Hi everyone.

I wanted to share / get some feedback on a side project I’ve been working on for a while. It is very much a work in progress, but I’ve been making a unified AI program. I will try to keep this short and let some pictures help explain.

The program consists of different AI suites. when you start a new project you can pick what ones to use or all. The current suites I have working are the code editor, node workflow (you can run Comfyui and LangCain nodes together and you can run nodes with conflicting python dependencies), video editor and currently working on the 3D modeling suite and game engine. All suites can utilize custom AI agents with custom tool calling per suite locally in the program or by API, and have modular layout. There is also a collaboration server so multiple people can use the same program at one time. There is an orchestrator agent that is part of the main program out of the suites that can keep track and make to do list of both user and agents progress along with a researcher agent.

After I get these suite fully functioning I want to keep adding more like robotics training, AI model training, CNC/G code and so on.

What do y’all think? What would y’all like to see in a program like this? Would it be helpful or am I wasting my time?