#AutoGPT/SuperAGI/AgentGPT/BabyAGI type functionality?

1 messages · Page 1 of 1 (latest)

gloomy adder
#

I think it would be amazing if LibreChat added some autonomous agent type functionality similar to the projects mentioned above. Obviously they're a bit half-baked at the moment, but are rapidly improving.
A major advantage of having this in LibreChat is the UI is already amazing, and the ability to use different models/plugins as sub-agents could play to their unique strengths. 🙂

I have no idea of the work involved, but as the other projects are open source they could possibly be forked and adapted to LibreChat as a side project and merged when ready.

ChatGPT has an AI Agents plugin now which apparently works similar. I haven't tried it yet, but this post provides a decent overview.
https://twitter.com/itsPaulAi/status/1669343576713740289

ChatGPT can now define and execute its own tasks without human intervention.

Just give it a goal and it'll do everything to achieve it.

Here's a guide on how to use it:

Likes

1826

Retweets

306

novel terrace
#

i'll see if it doesn't require authentication, if not, then this project can use that chatgpt plugin

#

as for autonomous agents, it wouldn't be a huge task to ship something with the same functionality as autogpt, but to improve on it would be a huge task

gloomy adder
#

Yeah. It's probably better to let others focus on improving autonomous agents and just look for ways to connect to them via plugins. AutoGPT alone has over 300 contributors so getting AutoGPT to add LibreChat support makes more sense.

Btw, I haven't tested it, but there's an unofficial BabyAGI ChatGPT plugin which might give an idea of what's required.
https://github.com/Doriandarko/BabyAGIChatGPT

GitHub

A ChatGPT plugin to run BabyAI directly in the chat interface - GitHub - Doriandarko/BabyAGIChatGPT: A ChatGPT plugin to run BabyAI directly in the chat interface

novel terrace
#

I could also focus on a self-developed "BabyAGI" that works similar to what you shared, wouldn't be too hard