
BabyAGI
🔓 Open SourceGeneral purpose
Overview
Simplified version of Task-Driven Autonomous Agent that creates tasks based on previous results and predefined objectives. Leverages OpenAI GPT-4, Pinecone vector search, and LangChain framework. Maintains task list for management and prioritization, autonomously generating new tasks from completed results and dynamically reprioritizing, showcasing AI language model adaptability. Default model is GPT-3.5-turbo.
Details
Created by Yohei Nakajima. Pared-down implementation focusing on core task management. Uses OpenAI NLP capabilities to generate objective-based tasks. Demonstrates autonomous task creation and reprioritization capabilities.