Team GPT, a full AI team?

Hi OpenAI community!

I’ve been playing with OpenAI API for a bit and made a VS extension: Sharing my Visual Studio GPT Assistant

It’s a neat little assistant, but I am wondering if it would be possible to expand on it to create a capable AI team and whether it would make any sense?

Basically, the idea is that you would create multiple assistants and assign them as team members. You then link them in a node graph. It would look something like that:

Each assistant is configured manually by setting instructions and assigning a set of tools.

Then assistants would interact with each other to complete the project.

Assuming everything is configurable (including creating custom tools), would this pose any interest? And are there any potential real world applications?

I’ve started this project before VS Assistant, and it can make some basic things like building a Tic-tac-toe game, but as complexity of project grows, it seems the effort to set up assistants correctly grows exponentially.

So just wanted to hear any feedback before I shelve this for indefinite future.