Plugins for Auto-GPT agent framework
Top 12.8% on sourcepulse
This repository provides plugins for Auto-GPT, an experimental open-source application that empowers LLMs to act autonomously. It offers a wide range of functionalities, from web searching and social media interaction to API integrations and task planning, enabling users to extend Auto-GPT's capabilities for various automated tasks.
How It Works
Plugins are Python packages that extend Auto-GPT's functionality. They can be first-party (included in this repository) or third-party (developed by the community). Plugins are loaded and configured via a plugins_config.yaml
file, allowing users to enable specific plugins and provide necessary configurations. This modular approach allows for easy expansion and customization of Auto-GPT's behavior.
Quick Start & Requirements
curl -L -o ./plugins/Auto-GPT-Plugins.zip https://github.com/Significant-Gravitas/Auto-GPT-Plugins/archive/refs/heads/master.zip
(Linux/macOS) or Invoke-WebRequest -Uri "https://github.com/Significant-Gravitas/Auto-GPT-Plugins/archive/refs/heads/master.zip" -OutFile "./plugins/Auto-GPT-Plugins.zip"
(PowerShell)../run.sh --install-plugin-deps
(Linux/macOS), .\run.bat --install-plugin-deps
(Windows), or python -m autogpt --install-plugin-deps
.plugins_config.yaml
in the Auto-GPT root directory.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
Inactive