ChatGPT plugin for BabyAGI agentic framework
Top 76.7% on sourcepulse
This project provides a ChatGPT plugin that integrates the autonomous agent framework BabyAGI directly into the chat interface, enabling users to manage and execute AI-driven tasks conversationally. It targets ChatGPT users seeking to leverage advanced AI workflows without leaving their familiar chat environment.
How It Works
The plugin adapts the original BabyAGI codebase to run as a web service using the Quart asynchronous web framework. It exposes API endpoints for setting objectives, adding tasks, retrieving the task list, and executing the next task. The system incorporates Google Search API for enhanced task execution and utilizes Pinecone for task management.
Quick Start & Requirements
pip install openai quart quart-cors pinecone-client
or poetry install
.Highlighted Details
Maintenance & Community
The project is based on the original BabyAGI project by [@yoheinakajima]. Further community or maintenance details are not specified in the README.
Licensing & Compatibility
The plugin's licensing is inherited from the original BabyAGI project. Users should refer to the linked repository for specific licensing terms, which may impact commercial use or closed-source integration.
Limitations & Caveats
The README does not explicitly state the license of the original BabyAGI project, creating potential ambiguity for users regarding commercial use. It also requires significant API key setup and configuration.
2 years ago
1 week