Back to Projects

BabyAGI

Archived

Minimal autonomous agent with task creation-execution-prioritization loops

Project Information

Category:Pioneers
Released:2023
Developer:Yohei Nakajima
License:Open Source
autonomous-agenttask-management

About

BabyAGI was publicly shared by Yohei Nakajima in 2023. Its core is three cycling steps: execute task, create follow-up tasks, re-prioritize tasks. Built using OpenAI GPT + Pinecone vector database + LangChain.

It was the first public demonstration of how to build a continuously autonomous agent with available technology, spawning numerous academic and open-source derivative projects. BabyAGI 2 launched in 2024 using the "functionz" framework, enabling agents to build and update their own functions. The original project was archived in September 2024.

Related Projects