Auto-GPT-Plugins
Auto-GPT-Plugins copied to clipboard
Dolly AutoGPT Cloner - A composable multi-process runner for AutoGPT
Dolly - AutoGPT Cloner is a way to configure and run multiple AutoGPT processes that communicate & cooperate, leveraging existing system tools, multiple terminals, and compatibility with chat plugins.
This is really cool! I noticed that you wanted to implement two way communication with each clone, this repo might be of some help https://github.com/rumpfmax/Multi-GPT
This is a mass message from the AutoGPT core team to all open Plugin-PRs
We're in the process of re-architecting: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Architecting
Please be patient as we work to clean up the AutoGPT core.
If you already have an existing plug-in that’s affected, please message @ntindle on Discord so we can get your plugin spinning on the new architecture.
If you're working on a plugin, please bear in mind that one of our primary goals in re-architecting is to make life MUCH easier for you. We've taken aboard feedback from plugin developers. We're on it, so please give us some time!
<3 The AutoGPT Team
This is really cool! I noticed that you wanted to implement two way communication with each clone, this repo might be of some help https://github.com/rumpfmax/Multi-GPT
Thanks! It's been a fun project. I saw the Multi-GPT demo recently. It's impressive!
It's great to see the many valiant efforts to create multiagents.
One of my goals is to do this without changing the core. I've implemented interactive comms using a Telegram plugin from one of the community members, and the method should work for any chat plugin. I can interact with each clone and control the process.
I'm now working on making them use the same channel to talk to each other.
That said, like @p-i- posted, the core is undergoing a re-arch that may lay the path to multi-agents in the core, so I'm looking to support those efforts and Dolly's role may evolve. I think composability for the non-devs, or maybe templates for various org structures...
Any specific need you're seeing?