- Published on
Babyagi is a lightweight Python script that uses OpenAI’s API to create and execute tasks in an infinite loop, storing the results in a vector database such as Chroma or Weaviate.
The script is designed to be run continuously, pulling the first task from a task list, sending it to an execution agent that uses the OpenAI API, enriching the result and storing it in the database, and then creating new tasks based on an objective and the result of the previous task.
Tasks are created and reprioritised using OpenAI’s API. The script can be run either directly or inside a Docker container, and supports a range of OpenAI models as well as the Llama model through Llama.cpp.