An open API service indexing awesome lists of open source software.

https://github.com/eosphoros-ai/db-gpt-plugins

Multi-Agents & Plugins repo for DB-GPT, Can complete various tasks around databases.
https://github.com/eosphoros-ai/db-gpt-plugins

auto multi-agents plugins plugins-manager

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://db-gpt.readthedocs.io/en/latest/getting_started/getting_started.html) 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.

3. 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](https://github.com/csunny/DB-GPT-Plugins/tree/main/src/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**](https://discord.gg/xfNDzZ9t) server.