Template for Auto-GPT plugins
Top 45.3% on sourcepulse
This repository provides a template for creating custom plugins for Auto-GPT, an AI agent designed for autonomous task execution. It serves as a starting point for developers looking to extend Auto-GPT's capabilities with new functionalities.
How It Works
The template offers a basic structure and configuration files necessary for a plugin to be recognized and utilized by Auto-GPT. It outlines the process of cloning the template into the Auto-GPT plugins directory and managing dependencies via a requirements.txt
file.
Quick Start & Requirements
pip install -r requirements.txt
plugins_config.yaml
.Highlighted Details
Maintenance & Community
This is a template repository, and its maintenance is tied to the Auto-GPT project. For community support and discussions related to Auto-GPT plugins, refer to the main Auto-GPT project channels.
Licensing & Compatibility
The license is not explicitly stated in the provided README snippet. Compatibility is with Auto-GPT.
Limitations & Caveats
This template is a starting point and requires significant modification to implement specific plugin functionalities. The README itself needs to be edited by the developer to reflect the specifics of their plugin.
1 year ago
Inactive