Skip to content

eosphoros-ai/DB-GPT-Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB-GPT-Plugins

DB-GPT Plugins Repo, Which support AutoGPT plugin.

Installation

⚠️This is a work in progress⚠️

Here are the steps to configure DB-GPT Plugins:

  1. Install DB-GPT If you haven't done so, follow the installation instructions given by DB-GPT to install it.

  2. 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.

  1. 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.

You can also see the plugins here:

Plugin Description Location
db_dashboard This gives DB-GPT info about data analysis. dbgpt_plugins/db_dashboard

Configuration

For interactionless use, set:

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.

Get Help

For more information, visit the Discord server.

About

Multi-Agents & Plugins repo for DB-GPT, Can complete various tasks around databases.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages