BabyAGI on Cloudron - AI Task-Driven Autonomous Agent
-
This Python script is an example of an AI-powered task management system. The system uses OpenAI and Chroma to create, prioritize, and execute tasks. The main idea behind this system is that it creates tasks based on the result of previous tasks and a predefined objective. The script then uses OpenAI's natural language processing (NLP) capabilities to create new tasks based on the objective, and Chroma to store and retrieve task results for context. This is a pared-down version of the original Task-Driven Autonomous Agent (Mar 28, 2023).
Has inspired several other projects already:
https://github.com/yoheinakajima/babyagi/blob/main/docs/inspired-projects.mdNeeds an OpenAI API
There is a Docker