You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DB-GPT Plugins Repo, Which support AutoGPT plugin.
Installation
⚠️This is a work in progress⚠️
Here are the steps to configure DB-GPT Plugins:
Install DB-GPT
If you haven't done so, follow the installation instructions given by DB-GPT to install it.
Download the plugins folder from the root of DB-GPT directory
In order to make it easier to use the plugin, we will load a dashboard drawing plugin by default when the task starts.
To download it directly from your DB-GPT directory.
Install Plugin dependencies
pip install -r requirements.txt
Each plugin will also have its own usage tutorial, you can find the specific usage method in the readme
Plugins
For interactionless use, set ALLOWLISTED_PLUGINS=example-plugin1,example-plugin2,example-plugin3 in your .env
There are two categories of plugins: built-in party and third party. built-in party plugins are included in this repo and are installed by default when the plugin platform is installed. Third-party plugins need to be added individually. Use built-in party plugins for widely-used plugins, and third-party for your specific needs. You can view all the plugins and their contributors on this directory.
ALLOWLISTED_PLUGINS=example-plugin1,example-plugin2,etc in your .env file to allow plugins to load without prompting. DENYLISTED_PLUGINS=example-plugin1,example-plugin2,etc in your .env file to block plugins from loading without prompting.